Set this HAL capabilities flag correctly even though it isn't currently
being used.
This commit is contained in:
parent
fd38c14733
commit
9de5255895
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user