Skip to content
Snippets Groups Projects
Commit 9e6c05a2 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ath9k: disable interrupt mitigation - it hurts performance on embedded systems

SVN-Revision: 18626
parent f2adc6e3
No related branches found
No related tags found
No related merge requests found
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -395,7 +395,7 @@ static void ath9k_hw_init_config(struct
ah->config.spurchans[i][1] = AR_NO_SPUR;
}
- ah->config.intr_mitigation = true;
+ ah->config.intr_mitigation = false;
/*
* We need this for PCI devices only (Cardbus, PCI, miniPCI)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment