wifi: mac80211: Remove unused function declarations
authorYue Haibing <yuehaibing@huawei.com>
Tue, 1 Aug 2023 13:43:37 +0000 (21:43 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 22 Aug 2023 19:40:40 +0000 (21:40 +0200)
commitf14cef00456fb7cd6d2ca7389c149b5f079f0091
tree7d4b6c0cce2896e4f3e765022536bbe04505283b
parent7bdfda42f043fce2e590252f264e0832b31a3e92
wifi: mac80211: Remove unused function declarations

Commit 685429623f88 ("mac80211: Fix circular locking dependency in
ARP filter handling") left the ieee80211_set_arp_filter() declaration
unused.
And commit 164eb02d070a ("mac80211: add radar detection command/event")
introducted ieee80211_dfs_cac_timer() declaration but never implemented
it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230801134337.24452-1-yuehaibing@huawei.com
[reword commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h