diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-07-03 13:52:18 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-07-08 14:16:03 -0400 |
commit | 6ef307bc561911c8cdda98ef3896b5982b602a43 (patch) | |
tree | e9f78dc7bfe9907b68f25a68441715856b52b1f5 /net/mac80211/sta_info.c | |
parent | fd4484af7c02b31bcb6090eeb0d85cf947719f2d (diff) | |
download | talos-op-linux-6ef307bc561911c8cdda98ef3896b5982b602a43.tar.gz talos-op-linux-6ef307bc561911c8cdda98ef3896b5982b602a43.zip |
mac80211: fix lots of kernel-doc
Fix more than 50 kernel-doc warnings in ieee80211/mac80211 kernel-doc notation.
Fix a few typos also.
Note: Some fields are marked as TBD and need to have their description
corrected.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r-- | net/mac80211/sta_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index d8a16b7f6a6b..47d2c1bbfcaa 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c @@ -135,6 +135,7 @@ struct sta_info *sta_info_get_by_idx(struct ieee80211_local *local, int idx, /** * __sta_info_free - internal STA free helper * + * @local: pointer to the global information * @sta: STA info to free * * This function must undo everything done by sta_info_alloc() |