svn commit: r220035 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Sat Mar 26 13:06:44 UTC 2011


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;
 
 /* 


More information about the svn-src-head mailing list