aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/reg.h
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2012-10-15 15:29:49 +0530
committerJohn W. Linville <linville@tuxdriver.com>2012-10-29 15:19:29 -0400
commite9f9fd8cdc5fcb718e2ce778cb5e0eea27e2fdc8 (patch)
treed291b6d0fc29a9ce564383513802b5deebd3b15e /drivers/net/wireless/ath/ath9k/reg.h
parentath9k: turn off RXIQ calibration while re-calibrating radio (diff)
downloadlinux-dev-e9f9fd8cdc5fcb718e2ce778cb5e0eea27e2fdc8.tar.xz
linux-dev-e9f9fd8cdc5fcb718e2ce778cb5e0eea27e2fdc8.zip
ath9k_hw: Disable MCI stat counter by default for AR9565
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/reg.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h
index c7a9ea750a4a..8f40dba9142d 100644
--- a/drivers/net/wireless/ath/ath9k/reg.h
+++ b/drivers/net/wireless/ath/ath9k/reg.h
@@ -2363,5 +2363,8 @@ enum {
#define AR_MCI_MISC 0x1a74
#define AR_MCI_MISC_HW_FIX_EN 0x00000001
#define AR_MCI_MISC_HW_FIX_EN_S 0
+#define AR_MCI_DBG_CNT_CTRL 0x1a78
+#define AR_MCI_DBG_CNT_CTRL_ENABLE 0x00000001
+#define AR_MCI_DBG_CNT_CTRL_ENABLE_S 0
#endif