diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 447cb58f0d77..955fdec5a1b6 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -2936,6 +2936,11 @@ struct wiphy_vendor_command { | |||
2936 | * (including P2P GO) or 0 to indicate no such limit is advertised. The | 2936 | * (including P2P GO) or 0 to indicate no such limit is advertised. The |
2937 | * driver is allowed to advertise a theoretical limit that it can reach in | 2937 | * driver is allowed to advertise a theoretical limit that it can reach in |
2938 | * some cases, but may not always reach. | 2938 | * some cases, but may not always reach. |
2939 | * | ||
2940 | * @max_num_csa_counters: Number of supported csa_counters in beacons | ||
2941 | * and probe responses. This value should be set if the driver | ||
2942 | * wishes to limit the number of csa counters. Default (0) means | ||
2943 | * infinite. | ||
2939 | */ | 2944 | */ |
2940 | struct wiphy { | 2945 | struct wiphy { |
2941 | /* assign these fields before you register the wiphy */ | 2946 | /* assign these fields before you register the wiphy */ |
@@ -3053,11 +3058,6 @@ struct wiphy { | |||
3053 | 3058 | ||
3054 | u16 max_ap_assoc_sta; | 3059 | u16 max_ap_assoc_sta; |
3055 | 3060 | ||
3056 | /* | ||
3057 | * Number of supported csa_counters in beacons and probe responses. | ||
3058 | * This value should be set if the driver wishes to limit the number of | ||
3059 | * csa counters. Default (0) means infinite. | ||
3060 | */ | ||
3061 | u8 max_num_csa_counters; | 3061 | u8 max_num_csa_counters; |
3062 | 3062 | ||
3063 | char priv[0] __aligned(NETDEV_ALIGN); | 3063 | char priv[0] __aligned(NETDEV_ALIGN); |