提交 f97e4007 编写于 作者: L Luis R. Rodriguez 提交者: John W. Linville

ath9k: enable RX interrupt mitigation

This enables hardware interrupt mitigation on RX.
It should alleviate system interrupt load intelligently.
Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 b139a10a
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册