Skip to content

Commit

Permalink
mac80211: add missing kernel-doc
Browse files Browse the repository at this point in the history
Add a few kernel-doc descriptions that were missed
during mesh development.

Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Ashok Nagarajan <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
ashokrajnagarajan authored and jmberg-intel committed Jun 12, 2012
1 parent f8cdddb commit 1dd4558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net/mac80211/sta_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ struct sta_ampdu_mlme {
* @plink_timer: peer link watch timer
* @plink_timer_was_running: used by suspend/resume to restore timers
* @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
* @dead: set to true when sta is unlinked
* @uploaded: set to true when sta is uploaded to the driver
Expand Down

0 comments on commit 1dd4558

Please sign in to comment.