aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAshok Nagarajan <ashok@cozybit.com>2012-06-11 10:23:35 -0700
committerJohannes Berg <johannes.berg@intel.com>2012-06-12 13:56:41 +0200
commit1dd45581e6dc98467c539ea67ae5c847646f0efd (patch)
treeb398958f1299f6b8915559593cd80a9979f8fd5e /net
parentcfg80211: check iface combinations only when iface is running (diff)
downloadlinux-dev-1dd45581e6dc98467c539ea67ae5c847646f0efd.tar.xz
linux-dev-1dd45581e6dc98467c539ea67ae5c847646f0efd.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 525ce5077e1c..a470e1123a55 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