diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-05-17 11:52:53 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-05-17 11:52:53 +0000 |
| commit | 90de864a5e7b61743483e8b6025bb729ae75fd9e (patch) | |
| tree | 8dbfc6de355fd705ea95109371973716c23aacea | |
| parent | 1d40404b7bdd664a1eaf47664001eda386fefcf4 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c index d54573352c9c..6779bf9f846a 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c @@ -816,7 +816,7 @@ ar5416FillCapabilityInfo(struct ath_hal *ah) 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 */ |
