ath9k_hw: remove debugging masks from AR_MCI_INTERRUPT_RX_MSG_DEFAULT
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Sun, 8 Jul 2012 07:23:16 +0000 (12:53 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Jul 2012 16:16:58 +0000 (12:16 -0400)
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>

No differences found