ath9k_hw: program OBS register only when MCI is disabled
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
1bde95fa7e
commit
ed6ebd8bc8
@@ -1915,6 +1915,7 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
|
|||||||
|
|
||||||
ath9k_hw_set_dma(ah);
|
ath9k_hw_set_dma(ah);
|
||||||
|
|
||||||
|
if (!ath9k_hw_mci_is_enabled(ah))
|
||||||
REG_WRITE(ah, AR_OBS, 8);
|
REG_WRITE(ah, AR_OBS, 8);
|
||||||
|
|
||||||
if (ah->config.rx_intr_mitigation) {
|
if (ah->config.rx_intr_mitigation) {
|
||||||
|
Reference in New Issue
Block a user