Add default values for the NumTxMaps capability.
This commit is contained in:
parent
47152caed8
commit
217ad7d2a5
@ -362,6 +362,7 @@ ar5210FillCapabilityInfo(struct ath_hal *ah)
|
||||
pCap->halSleepAfterBeaconBroken = AH_TRUE;
|
||||
pCap->halPSPollBroken = AH_FALSE;
|
||||
pCap->halNumMRRetries = 1; /* No hardware MRR support */
|
||||
pCap->halNumTxMaps = 1; /* Single TX ptr per descr */
|
||||
|
||||
pCap->halTotalQueues = HAL_NUM_TX_QUEUES;
|
||||
pCap->halKeyCacheSize = 64;
|
||||
|
@ -497,6 +497,7 @@ ar5211FillCapabilityInfo(struct ath_hal *ah)
|
||||
pCap->halPSPollBroken = AH_TRUE;
|
||||
pCap->halVEOLSupport = AH_TRUE;
|
||||
pCap->halNumMRRetries = 1; /* No hardware MRR support */
|
||||
pCap->halNumTxMaps = 1; /* Single TX ptr per descr */
|
||||
|
||||
pCap->halTotalQueues = HAL_NUM_TX_QUEUES;
|
||||
pCap->halKeyCacheSize = 128;
|
||||
|
@ -826,6 +826,7 @@ ar5212FillCapabilityInfo(struct ath_hal *ah)
|
||||
|
||||
pCap->halPSPollBroken = AH_TRUE; /* XXX fixed in later revs? */
|
||||
pCap->halNumMRRetries = 4; /* Hardware supports 4 MRR */
|
||||
pCap->halNumTxMaps = 1; /* Single TX ptr per descr */
|
||||
pCap->halVEOLSupport = AH_TRUE;
|
||||
pCap->halBssIdMaskSupport = AH_TRUE;
|
||||
pCap->halMcastKeySrchSupport = AH_TRUE;
|
||||
|
@ -894,6 +894,7 @@ ar5416FillCapabilityInfo(struct ath_hal *ah)
|
||||
|
||||
pCap->halPSPollBroken = AH_TRUE; /* XXX fixed in later revs? */
|
||||
pCap->halNumMRRetries = 4; /* Hardware supports 4 MRR */
|
||||
pCap->halNumTxMaps = 1; /* Single TX ptr per descr */
|
||||
pCap->halVEOLSupport = AH_TRUE;
|
||||
pCap->halBssIdMaskSupport = AH_TRUE;
|
||||
pCap->halMcastKeySrchSupport = AH_TRUE; /* Works on AR5416 and later */
|
||||
|
Loading…
x
Reference in New Issue
Block a user