summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez2008-10-22 22:28:44 +0200
committerJohn W. Linville2008-11-01 00:00:53 +0100
commitf97e40078e44c1db96269286adc0b12dc8eae3c2 (patch)
treeee976d8af7957f950c511b3e5410007b6a878e6b
parentath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepare (diff)
downloadkernel-qcow2-linux-f97e40078e44c1db96269286adc0b12dc8eae3c2.tar.gz
kernel-qcow2-linux-f97e40078e44c1db96269286adc0b12dc8eae3c2.tar.xz
kernel-qcow2-linux-f97e40078e44c1db96269286adc0b12dc8eae3c2.zip
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>
-rw-r--r--drivers/net/wireless/ath9k/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
index d5b513e134ab..84263c862ea4 100644
--- a/drivers/net/wireless/ath9k/hw.c
+++ b/drivers/net/wireless/ath9k/hw.c
@@ -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,