diff options
author | Ashok Nagarajan <ashok@cozybit.com> | 2012-06-11 10:23:35 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-12 13:56:41 +0200 |
commit | 1dd45581e6dc98467c539ea67ae5c847646f0efd (patch) | |
tree | b398958f1299f6b8915559593cd80a9979f8fd5e /net | |
parent | f8cdddb8d61d16a156229f0910f7ecfc7a82c003 (diff) | |
download | op-kernel-dev-1dd45581e6dc98467c539ea67ae5c847646f0efd.zip op-kernel-dev-1dd45581e6dc98467c539ea67ae5c847646f0efd.tar.gz |
mac80211: add missing kernel-doc
Add a few kernel-doc descriptions that were missed
during mesh development.
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/sta_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 525ce50..a470e11 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -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 |