2023-07-29 12:55:43

by Yue Haibing

[permalink] [raw]
Subject: [PATCH] wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()

nl80211_pmsr_dump_results() is never implemented since introducted in
commit 9bb7e0f24e7e ("cfg80211: add peer measurement with FTM initiator API")

Signed-off-by: Yue Haibing <[email protected]>
---
net/wireless/nl80211.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/wireless/nl80211.h b/net/wireless/nl80211.h
index 0278d817bb02..b4af53f9b227 100644
--- a/net/wireless/nl80211.h
+++ b/net/wireless/nl80211.h
@@ -120,6 +120,5 @@ void cfg80211_rdev_free_coalesce(struct cfg80211_registered_device *rdev);

/* peer measurement */
int nl80211_pmsr_start(struct sk_buff *skb, struct genl_info *info);
-int nl80211_pmsr_dump_results(struct sk_buff *skb, struct netlink_callback *cb);

#endif /* __NET_WIRELESS_NL80211_H */
--
2.34.1