|
@@ -605,9 +605,6 @@ static void ar9003_hw_set_chain_masks(struct ath_hw *ah, u8 rx, u8 tx)
|
|
|
|
|
|
if ((ah->caps.hw_caps & ATH9K_HW_CAP_APM) && (tx == 0x7))
|
|
|
REG_WRITE(ah, AR_SELFGEN_MASK, 0x3);
|
|
|
- else if (AR_SREV_9462(ah))
|
|
|
- /* xxx only when MCI support is enabled */
|
|
|
- REG_WRITE(ah, AR_SELFGEN_MASK, 0x3);
|
|
|
else
|
|
|
REG_WRITE(ah, AR_SELFGEN_MASK, tx);
|
|
|
|