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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to