Set the HAL combined antenna diversity capability if the AR9285

EEPROM settings allow it.
This commit is contained in:
Adrian Chadd 2012-08-29 04:11:00 +00:00
parent 46e2649633
commit 28bb46617d

View File

@ -504,6 +504,9 @@ ar9285FillCapabilityInfo(struct ath_hal *ah)
pCap->halTxStreams = 1;
pCap->halRxStreams = 1;
if (ar9285_check_div_comb(ah))
pCap->halAntDivCombSupport = AH_TRUE;
pCap->halCSTSupport = AH_TRUE;
pCap->halRifsRxSupport = AH_TRUE;
pCap->halRifsTxSupport = AH_TRUE;