Author: adrian
Date: Sun Apr 27 23:37:03 2014
New Revision: 265033
URL: http://svnweb.freebsd.org/changeset/base/265033

Log:
  Note that the AR5416 and later hardware supports the MYBEACON RX filter.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c     Sun Apr 27 23:36:44 
2014        (r265032)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c     Sun Apr 27 23:37:03 
2014        (r265033)
@@ -1059,6 +1059,11 @@ ar5416FillCapabilityInfo(struct ath_hal 
        if (! AH_PRIVATE(ah)->ah_ispcie)
                pCap->halSerialiseRegWar = 1;
 
+       /*
+        * AR5416 and later NICs support MYBEACON filtering.
+        */
+       pCap->halRxDoMyBeacon = AH_TRUE;
+
        return AH_TRUE;
 }
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to