svn commit: r265033 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Sun Apr 27 23:37:03 UTC 2014


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;
 }
 


More information about the svn-src-all mailing list