[PATCH 01/10] cfg80211: drop duplicated documentation of field "probe_resp_offload"

From: Jerome Pouiller
Date: Fri Feb 21 2020 - 06:56:25 EST


From: JÃrÃme Pouiller <jerome.pouiller@xxxxxxxxxx>

The field "probe_resp_offload" was already documented above the
definition of struct wiphy. Both comments were identical.

Signed-off-by: JÃrÃme Pouiller <jerome.pouiller@xxxxxxxxxx>
---
include/net/cfg80211.h | 5 -----
1 file changed, 5 deletions(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index f22bd6c838a3..02efea52a276 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -4616,11 +4616,6 @@ struct wiphy {
u32 available_antennas_tx;
u32 available_antennas_rx;

- /*
- * Bitmap of supported protocols for probe response offloading
- * see &enum nl80211_probe_resp_offload_support_attr. Only valid
- * when the wiphy flag @WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD is set.
- */
u32 probe_resp_offload;

const u8 *extended_capabilities, *extended_capabilities_mask;
--
2.25.0