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:
Luis R. Rodriguez 2008-10-22 13:28:44 -07:00 committed by John W. Linville
parent b139a10a0a
commit f97e40078e

View file

@ -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,