ath9k: enable RX interrupt mitigation
This enables hardware interrupt mitigation on RX. It should alleviate system interrupt load intelligently. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Родитель
b139a10a0a
Коммит
f97e40078e
|
@ -345,7 +345,7 @@ static void ath9k_hw_set_defaults(struct ath_hal *ah)
|
|||
ah->ah_config.spurchans[i][1] = AR_NO_SPUR;
|
||||
}
|
||||
|
||||
ah->ah_config.intr_mitigation = 0;
|
||||
ah->ah_config.intr_mitigation = 1;
|
||||
}
|
||||
|
||||
static void ath9k_hw_override_ini(struct ath_hal *ah,
|
||||
|
|
Загрузка…
Ссылка в новой задаче