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

Adrian Chadd adrian at FreeBSD.org
Tue May 17 11:52:53 UTC 2011


Author: adrian
Date: Tue May 17 11:52:53 2011
New Revision: 222020
URL: http://svn.freebsd.org/changeset/base/222020

Log:
  Set this HAL capabilities flag correctly even though it isn't currently
  being used.

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	Tue May 17 11:26:59 2011	(r222019)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Tue May 17 11:52:53 2011	(r222020)
@@ -816,7 +816,7 @@ ar5416FillCapabilityInfo(struct ath_hal 
 	pCap->halPSPollBroken = AH_TRUE;	/* XXX fixed in later revs? */
 	pCap->halVEOLSupport = AH_TRUE;
 	pCap->halBssIdMaskSupport = AH_TRUE;
-	pCap->halMcastKeySrchSupport = AH_FALSE;
+	pCap->halMcastKeySrchSupport = AH_TRUE;	/* Works on AR5416 and later */
 	pCap->halTsfAddSupport = AH_TRUE;
 	pCap->hal4AddrAggrSupport = AH_FALSE;	/* Broken in Owl */
 


More information about the svn-src-head mailing list