summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2014-01-23 02:50:30 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2014-01-23 19:02:45 (GMT)
commita64e1a45060f41423c89768f4f7bef3283678539 (patch)
tree65a6a53e3725770962899ba2cea8cfe0cd1e1277 /drivers/net/wireless/ath/ath9k/hw.h
parent7f6d740753ff0d29a330b06eb3efa0dfc791bbba (diff)
downloadlinux-a64e1a45060f41423c89768f4f7bef3283678539.tar.xz
ath9k: Fix RX interrupt mitigation
The threshold values for RX interrupt mitigation are different for AR9003 and AR9002 families. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index e766399..0acd4b5 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -310,6 +310,8 @@ struct ath9k_ops_config {
u8 max_txtrig_level;
u16 ani_poll_interval; /* ANI poll interval in ms */
u16 hw_hang_checks;
+ u16 rimt_first;
+ u16 rimt_last;
/* Platform specific config */
u32 aspm_l1_fix;