aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_mci.h
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2012-06-04 06:58:31 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-06-06 15:20:28 -0400
commit99922a45e96b22df387823ad5ecfe4dc26a96c9e (patch)
treedfb0b69d54b04236586c7a55e6f89b0942bffccb /drivers/net/wireless/ath/ath9k/ar9003_mci.h
parentc8b6fbe1f1d38aa19882263d6b0c644269e94244 (diff)
ath9k_hw: fix BT RF performance
When software rfkill is triggered, before put the chip in reset state, give LNA and SPDT control to BT to make sure BT can have good RF performance. 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/ar9003_mci.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_mci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_mci.h b/drivers/net/wireless/ath/ath9k/ar9003_mci.h
index 652ab8c39e2b..f4a6a4450ba8 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_mci.h
+++ b/drivers/net/wireless/ath/ath9k/ar9003_mci.h
@@ -266,6 +266,7 @@ void ar9003_mci_setup(struct ath_hw *ah, u32 gpm_addr, void *gpm_buf,
266void ar9003_mci_cleanup(struct ath_hw *ah); 266void ar9003_mci_cleanup(struct ath_hw *ah);
267void ar9003_mci_get_interrupt(struct ath_hw *ah, u32 *raw_intr, 267void ar9003_mci_get_interrupt(struct ath_hw *ah, u32 *raw_intr,
268 u32 *rx_msg_intr); 268 u32 *rx_msg_intr);
269void ar9003_mci_bt_gain_ctrl(struct ath_hw *ah);
269 270
270/* 271/*
271 * These functions are used by ath9k_hw. 272 * These functions are used by ath9k_hw.