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 */
 
_______________________________________________
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