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

Adrian Chadd adrian at FreeBSD.org
Sat Mar 26 11:59:18 UTC 2011


Author: adrian
Date: Sat Mar 26 11:59:18 2011
New Revision: 220034
URL: http://svn.freebsd.org/changeset/base/220034

Log:
  This was missing from the previous HAL commit - it fixes a typo and
  introduces the PS-POLL hardware support.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Sat Mar 26 11:58:29 2011	(r220033)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Sat Mar 26 11:59:18 2011	(r220034)
@@ -196,7 +196,8 @@ typedef struct {
 			halEnhancedPmSupport		: 1,
 			halMbssidAggrSupport		: 1,
 			halBssidMatchSupport		: 1,
-			hal4kbSplitTransSupport		: 1;
+			hal4kbSplitTransSupport		: 1,
+			halHasPsPollSupport		: 1;
 	uint32_t	halWirelessModes;
 	uint16_t	halTotalQueues;
 	uint16_t	halKeyCacheSize;


More information about the svn-src-all mailing list