Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 23:37:03 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265033 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201404272337.s3RNb3w9005334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404272337.s3RNb3w9005334>