diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-05-19 10:39:34 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-20 14:46:32 -0400 |
commit | cce4c77b87ce7e71a0f244a3dfb6ac1c3a1bc67e (patch) | |
tree | 0de4a33b1a23836a6324dbcbc9468962513e8d16 /net/mac80211 | |
parent | 2c617b0324c4b05e8e08f14407a9be3b7756768f (diff) | |
download | linux-cce4c77b87ce7e71a0f244a3dfb6ac1c3a1bc67e.tar.gz linux-cce4c77b87ce7e71a0f244a3dfb6ac1c3a1bc67e.tar.bz2 linux-cce4c77b87ce7e71a0f244a3dfb6ac1c3a1bc67e.zip |
mac80211: fix kernel-doc
Moving information from config_interface to bss_info_changed
removed struct ieee80211_if_conf which the documentation still
refers to, additionally there's one kernel-doc description too
much and one other missing, fix all this.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index f53aa9dc6e97..49a1a1f76511 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -216,6 +216,7 @@ struct sta_ampdu_mlme { * @plink_state: peer link state * @plink_timeout: timeout of peer link * @plink_timer: peer link watch timer + * @plink_timer_was_running: used by suspend/resume to restore timers * @debugfs: debug filesystem info * @sta: station information we share with the driver */ |