diff options
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | 2012-07-08 03:23:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-10 12:16:58 -0400 |
commit | d081257c78ace442db2a59f0aa4c52c69b252663 (patch) | |
tree | a74ea1decb7cec74b02965a5fb965b0b4d28cfec /drivers | |
parent | db00348471b3858d74486e3fbb85922be5340ca6 (diff) |
ath9k_hw: remove debugging masks from AR_MCI_INTERRUPT_RX_MSG_DEFAULT
Remove the CONT_* and LNA_* messages from
AR_MCI_INTERRUPT_RX_MSG_DEFAULT. Those MCI rx messages only
meant for debugging purpose. Including them in default rx_msg
series could raise huge amount of MCI interrupts when BT traffic
is going on. And also it increases power consumption when WLAN
is scanning.
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/reg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h index 22d24131088a..6592c07ac646 100644 --- a/drivers/net/wireless/ath/ath9k/reg.h +++ b/drivers/net/wireless/ath/ath9k/reg.h | |||
@@ -2081,12 +2081,6 @@ enum { | |||
2081 | AR_MCI_INTERRUPT_RX_MSG_REMOTE_RESET| \ | 2081 | AR_MCI_INTERRUPT_RX_MSG_REMOTE_RESET| \ |
2082 | AR_MCI_INTERRUPT_RX_MSG_SYS_WAKING | \ | 2082 | AR_MCI_INTERRUPT_RX_MSG_SYS_WAKING | \ |
2083 | AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING| \ | 2083 | AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING| \ |
2084 | AR_MCI_INTERRUPT_RX_MSG_SCHD_INFO | \ | ||
2085 | AR_MCI_INTERRUPT_RX_MSG_LNA_CONTROL | \ | ||
2086 | AR_MCI_INTERRUPT_RX_MSG_LNA_INFO | \ | ||
2087 | AR_MCI_INTERRUPT_RX_MSG_CONT_NACK | \ | ||
2088 | AR_MCI_INTERRUPT_RX_MSG_CONT_INFO | \ | ||
2089 | AR_MCI_INTERRUPT_RX_MSG_CONT_RST | \ | ||
2090 | AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) | 2084 | AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) |
2091 | 2085 | ||
2092 | #define AR_MCI_CPU_INT 0x1840 | 2086 | #define AR_MCI_CPU_INT 0x1840 |