cfg80211: drop duplicated documentation of field "probe_resp_offload"
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Fri, 21 Feb 2020 11:55:55 +0000 (12:55 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 24 Feb 2020 09:26:16 +0000 (10:26 +0100)
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@silabs.com>
Link: https://lore.kernel.org/r/20200221115604.594035-1-Jerome.Pouiller@silabs.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h

index 089ffdd..e410e6a 100644 (file)
@@ -4666,11 +4666,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;