diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-10 22:52:22 +0800 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2023-08-22 16:39:23 +0300 |
commit | 383e1b6a90c33f6e48dd39691e8b9000145247b6 (patch) | |
tree | 503f9d872c7d1dd3400b99a322b798aef1441733 /drivers/net/wireless/ath/ath9k/common.h | |
parent | b2fd72aafb13118503df6798b18ed28f83dda2c2 (diff) | |
download | lwn-383e1b6a90c33f6e48dd39691e8b9000145247b6.tar.gz lwn-383e1b6a90c33f6e48dd39691e8b9000145247b6.zip |
wifi: ath9k: Remove unused declarations
Commit b57ba3b2f7b0 ("ath9k: move ath9k_reload_chainmask_settings to common")
removed the implementation ath9k_reload_chainmask_settings() but not the declaration.
Also commit 978f78bf7137 ("ath9k_hw: Move bt_stomp to hw from common.") left behind
ath9k_cmn_btcoex_bt_stomp() declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230810145222.34364-1-yuehaibing@huawei.com
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common.h b/drivers/net/wireless/ath/ath9k/common.h index f0ab6f9955e4..12204cf86fcf 100644 --- a/drivers/net/wireless/ath/ath9k/common.h +++ b/drivers/net/wireless/ath/ath9k/common.h @@ -85,8 +85,6 @@ struct ath9k_channel *ath9k_cmn_get_channel(struct ieee80211_hw *hw, struct ath_hw *ah, struct cfg80211_chan_def *chandef); int ath9k_cmn_count_streams(unsigned int chainmask, int max); -void ath9k_cmn_btcoex_bt_stomp(struct ath_common *common, - enum ath_stomp_type stomp_type); void ath9k_cmn_update_txpow(struct ath_hw *ah, u16 cur_txpow, u16 new_txpow, u16 *txpower); void ath9k_cmn_init_crypto(struct ath_hw *ah); |