summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2013-08-04 14:21:57 +0530
committerJohn W. Linville <linville@tuxdriver.com>2013-08-05 14:52:42 -0400
commitd8d7744b72b56587b39fb4ecc2cbfb3d8cb734a4 (patch)
tree1473e9ee19f8ba5606509fcb4c6c2f31448e480a /drivers/net/wireless/ath/ath9k/hw.h
parent3f2da95517029d88365a074ef81a928a99871964 (diff)
downloadlinux-d8d7744b72b56587b39fb4ecc2cbfb3d8cb734a4.tar.gz
linux-d8d7744b72b56587b39fb4ecc2cbfb3d8cb734a4.tar.bz2
linux-d8d7744b72b56587b39fb4ecc2cbfb3d8cb734a4.zip
ath9k: Rename ath9k_hw_antctrl_shared_chain_lnadiv
Use "ath9k_hw_set_bt_ant_diversity" instead. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 4ab8f58c7287..c037718cf6e3 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -718,7 +718,7 @@ struct ath_hw_ops {
struct ath_hw_antcomb_conf *antconf);
void (*antdiv_comb_conf_set)(struct ath_hw *ah,
struct ath_hw_antcomb_conf *antconf);
- void (*antctrl_shared_chain_lnadiv)(struct ath_hw *hw, bool enable);
+ void (*set_bt_ant_diversity)(struct ath_hw *hw, bool enable);
void (*spectral_scan_config)(struct ath_hw *ah,
struct ath_spec_scan *param);
void (*spectral_scan_trigger)(struct ath_hw *ah);