* [PATCH] wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()
@ 2023-07-29 12:16 Yue Haibing
2023-07-30 17:23 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-07-29 12:16 UTC (permalink / raw)
To: johannes, davem, edumazet, kuba, pabeni
Cc: linux-wireless, netdev, linux-kernel, Yue Haibing
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 <yuehaibing@huawei.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()
2023-07-29 12:16 [PATCH] wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() Yue Haibing
@ 2023-07-30 17:23 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-07-30 17:23 UTC (permalink / raw)
To: Yue Haibing
Cc: johannes, davem, edumazet, kuba, pabeni, linux-wireless, netdev,
linux-kernel
On Sat, Jul 29, 2023 at 08:16:51PM +0800, Yue Haibing wrote:
> 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 <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-30 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 12:16 [PATCH] wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() Yue Haibing
2023-07-30 17:23 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).