Date: Sat, 26 Mar 2011 13:06:43 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r220035 - head/sys/dev/ath/ath_hal Message-ID: <201103261306.p2QD6hJj022708@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Mar 26 13:06:43 2011 New Revision: 220035 URL: http://svn.freebsd.org/changeset/base/220035 Log: .. And another missed commit - add the PSPOLL capability. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h ============================================================================== --- head/sys/dev/ath/ath_hal/ah.h Sat Mar 26 11:59:18 2011 (r220034) +++ head/sys/dev/ath/ath_hal/ah.h Sat Mar 26 13:06:43 2011 (r220035) @@ -112,7 +112,8 @@ typedef enum { HAL_CAP_INTRMASK = 37, /* bitmask of supported interrupts */ HAL_CAP_BSSIDMATCH = 38, /* hardware has disable bssid match */ HAL_CAP_STREAMS = 39, /* how many 802.11n spatial streams are available */ - HAP_CAP_SPLIT_4KB_TRANS = 40, /* hardware supports descriptors straddling a 4k page boundary */ + HAL_CAP_SPLIT_4KB_TRANS = 40, /* hardware supports descriptors straddling a 4k page boundary */ + HAL_CAP_HAS_PSPOLL = 41, /* hardware has ps-poll support */ } HAL_CAPABILITY_TYPE; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103261306.p2QD6hJj022708>