diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-01-21 14:03:00 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-01-27 14:56:58 -0500 |
commit | 15f0ebc23b7c68176ee3f9729d4a7f566cc6c311 (patch) | |
tree | 7462bd7c17432906f0fd49bd7484c7d61624c3fc /include/net/cfg80211.h | |
parent | 67e43de6dbc9caf52fa7bcf4c813fd088ba6fbfc (diff) |
kernel-doc: fix new warnings in cfg80211.h
Fix new kernel-doc warnings:
Warning(include/net/cfg80211.h:1165): No description found for parameter 'channel_type'
Warning(include/net/cfg80211.h:2090): No description found for parameter 'probe_resp_offload'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 281899167d2d..5bb3ed4f99f5 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1143,6 +1143,7 @@ struct cfg80211_disassoc_request { | |||
1143 | * @bssid: Fixed BSSID requested, maybe be %NULL, if set do not | 1143 | * @bssid: Fixed BSSID requested, maybe be %NULL, if set do not |
1144 | * search for IBSSs with a different BSSID. | 1144 | * search for IBSSs with a different BSSID. |
1145 | * @channel: The channel to use if no IBSS can be found to join. | 1145 | * @channel: The channel to use if no IBSS can be found to join. |
1146 | * @channel_type: channel type (HT mode) | ||
1146 | * @channel_fixed: The channel should be fixed -- do not search for | 1147 | * @channel_fixed: The channel should be fixed -- do not search for |
1147 | * IBSSs to join on other channels. | 1148 | * IBSSs to join on other channels. |
1148 | * @ie: information element(s) to include in the beacon | 1149 | * @ie: information element(s) to include in the beacon |
@@ -1981,6 +1982,11 @@ struct wiphy_wowlan_support { | |||
1981 | * configured as RX antennas. Antenna configuration commands will be | 1982 | * configured as RX antennas. Antenna configuration commands will be |
1982 | * rejected unless this or @available_antennas_tx is set. | 1983 | * rejected unless this or @available_antennas_tx is set. |
1983 | * | 1984 | * |
1985 | * @probe_resp_offload: | ||
1986 | * Bitmap of supported protocols for probe response offloading. | ||
1987 | * See &enum nl80211_probe_resp_offload_support_attr. Only valid | ||
1988 | * when the wiphy flag @WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD is set. | ||
1989 | * | ||
1984 | * @max_remain_on_channel_duration: Maximum time a remain-on-channel operation | 1990 | * @max_remain_on_channel_duration: Maximum time a remain-on-channel operation |
1985 | * may request, if implemented. | 1991 | * may request, if implemented. |
1986 | * | 1992 | * |