mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
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: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4d922612df
commit
2f6c76aa5f
@ -1140,6 +1140,7 @@ struct cfg80211_disassoc_request {
|
||||
* @bssid: Fixed BSSID requested, maybe be %NULL, if set do not
|
||||
* search for IBSSs with a different BSSID.
|
||||
* @channel: The channel to use if no IBSS can be found to join.
|
||||
* @channel_type: channel type (HT mode)
|
||||
* @channel_fixed: The channel should be fixed -- do not search for
|
||||
* IBSSs to join on other channels.
|
||||
* @ie: information element(s) to include in the beacon
|
||||
@ -1978,6 +1979,11 @@ struct wiphy_wowlan_support {
|
||||
* configured as RX antennas. Antenna configuration commands will be
|
||||
* rejected unless this or @available_antennas_tx is set.
|
||||
*
|
||||
* @probe_resp_offload:
|
||||
* 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.
|
||||
*
|
||||
* @max_remain_on_channel_duration: Maximum time a remain-on-channel operation
|
||||
* may request, if implemented.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user