diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2015-03-01 11:53:46 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-03 15:46:54 +0200 |
commit | e1ff147d878ab2b74621abc92a6902db94b2f6ab (patch) | |
tree | 7323db3e060f331b97d0f2f95d7f864461dbcd44 /drivers/net/wireless/ath/ath9k/btcoex.h | |
parent | 510baea1e46da47bcaa5e93c664abd84ab6ee21a (diff) | |
download | blackbird-obmc-linux-e1ff147d878ab2b74621abc92a6902db94b2f6ab.tar.gz blackbird-obmc-linux-e1ff147d878ab2b74621abc92a6902db94b2f6ab.zip |
ath9k: Fix MCI scheme initialization
Commit "ath9k_hw: remove ATH_BTCOEX_CFG_MCI" removed
MCI as a separate coex scheme, but we need it to
avoid fiddling with GPIO registers during
ath9k_init_btcoex() that are meant only for 3-wire
cards.
Cc: Rajkumar Manoharan <rmanohar@qti.qualcomm.com>
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/btcoex.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/btcoex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.h b/drivers/net/wireless/ath/ath9k/btcoex.h index 6de26ea5d5fa..5fe62ff2223b 100644 --- a/drivers/net/wireless/ath/ath9k/btcoex.h +++ b/drivers/net/wireless/ath/ath9k/btcoex.h @@ -58,6 +58,7 @@ enum ath_btcoex_scheme { ATH_BTCOEX_CFG_NONE, ATH_BTCOEX_CFG_2WIRE, ATH_BTCOEX_CFG_3WIRE, + ATH_BTCOEX_CFG_MCI, }; struct ath9k_hw_mci { |