aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@intel.com>2014-05-15 13:18:09 -0400
committerJohannes Berg <johannes.berg@intel.com>2014-05-19 08:38:53 -0400
commitc2e4323b3316b9daec7824802ca0dd9eae4317c5 (patch)
treeed05bf12ef7a93ef8c11f5771f4ca4996956344d /include/net
parent00591cea31e2e07464c5591871bd6d0cf6a89c42 (diff)
cfg80211: add documentation for max_num_csa_counters
Move the comment in the structure to a description of the max_num_csa_counters field in the docbook area. This fixes a warning when building htmldocs (at least): Warning(include/net/cfg80211.h:3064): No description found for parameter 'max_num_csa_counters' Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/cfg80211.h10
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 */
2940struct wiphy { 2945struct 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);