Commit 4e8998f09bd777f99ea3dae6f87f2c367979e6c0

Authored by Randy Dunlap
Committed by John W. Linville
1 parent 96900c751d

wireless: fix mac80211.h kernel-doc warnings

Fix kernel-doc warnings in mac80211.h:

Warning(include/net/mac80211.h:838): No description found for parameter 'ap_addr'
Warning(include/net/mac80211.h:1726): No description found for parameter 'get_survey'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

include/net/mac80211.h
... ... @@ -815,6 +815,7 @@
815 815 * encrypted in hardware.
816 816 * @alg: The key algorithm.
817 817 * @flags: key flags, see &enum ieee80211_key_flags.
  818 + * @ap_addr: AP's MAC address
818 819 * @keyidx: the key index (0-3)
819 820 * @keylen: key material length
820 821 * @key: key material. For ALG_TKIP the key is encoded as a 256-bit (32 byte)
... ... @@ -1636,6 +1637,8 @@
1636 1637 * that TX/RX_STOP can pass NULL for this parameter.
1637 1638 * Returns a negative error code on failure.
1638 1639 * The callback must be atomic.
  1640 + *
  1641 + * @get_survey: Return per-channel survey information
1639 1642 *
1640 1643 * @rfkill_poll: Poll rfkill hardware state. If you need this, you also
1641 1644 * need to set wiphy->rfkill_poll to %true before registration,