Commit 1dd45581 authored by Ashok Nagarajan's avatar Ashok Nagarajan Committed by Johannes Berg

mac80211: add missing kernel-doc

Add a few kernel-doc descriptions that were missed
during mesh development.
Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAshok Nagarajan <ashok@cozybit.com>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f8cdddb8
...@@ -271,6 +271,9 @@ struct sta_ampdu_mlme { ...@@ -271,6 +271,9 @@ struct sta_ampdu_mlme {
* @plink_timer: peer link watch timer * @plink_timer: peer link watch timer
* @plink_timer_was_running: used by suspend/resume to restore timers * @plink_timer_was_running: used by suspend/resume to restore timers
* @t_offset: timing offset relative to this host * @t_offset: timing offset relative to this host
* @t_offset_setpoint: reference timing offset of this sta to be used when
* calculating clockdrift
* @ch_type: peer's channel type
* @debugfs: debug filesystem info * @debugfs: debug filesystem info
* @dead: set to true when sta is unlinked * @dead: set to true when sta is unlinked
* @uploaded: set to true when sta is uploaded to the driver * @uploaded: set to true when sta is uploaded to the driver
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment