Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 11:52:53 +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: r222020 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201105171152.p4HBqrx9029909@svn.freebsd.org>

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



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