diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-11-22 03:17:58 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-23 17:05:40 -0500 |
commit | 841507f5c1a5d2f196afb12e95eb11914f029832 (patch) | |
tree | 1ba0bd8c0f2259032c4ac941d08a160916c13eb1 /net/mac80211/sta_info.h | |
parent | 3681165235aae95a2e6d5407bb4e9426d68a37dd (diff) |
mac80211: Fix missing kernel-doc notation
Fix the following htmldocs warnings:
Warning(net/mac80211/sta_info.h:322): No description found for parameter 'drv_unblock_wk'
Warning(net/mac80211/sta_info.h:322): No description found for parameter 'drv_unblock_wk'
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 4c84c2205e8c..b4810f6aa94f 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -185,6 +185,7 @@ struct sta_ampdu_mlme { | |||
185 | * @lock: used for locking all fields that require locking, see comments | 185 | * @lock: used for locking all fields that require locking, see comments |
186 | * in the header file. | 186 | * in the header file. |
187 | * @flaglock: spinlock for flags accesses | 187 | * @flaglock: spinlock for flags accesses |
188 | * @drv_unblock_wk: used for driver PS unblocking | ||
188 | * @listen_interval: listen interval of this station, when we're acting as AP | 189 | * @listen_interval: listen interval of this station, when we're acting as AP |
189 | * @pin_status: used internally for pinning a STA struct into memory | 190 | * @pin_status: used internally for pinning a STA struct into memory |
190 | * @flags: STA flags, see &enum ieee80211_sta_info_flags | 191 | * @flags: STA flags, see &enum ieee80211_sta_info_flags |
@@ -225,7 +226,6 @@ struct sta_ampdu_mlme { | |||
225 | * @debugfs: debug filesystem info | 226 | * @debugfs: debug filesystem info |
226 | * @sta: station information we share with the driver | 227 | * @sta: station information we share with the driver |
227 | * @dead: set to true when sta is unlinked | 228 | * @dead: set to true when sta is unlinked |
228 | * @drv_unblock_wk used for driver PS unblocking | ||
229 | */ | 229 | */ |
230 | struct sta_info { | 230 | struct sta_info { |
231 | /* General information, mostly static */ | 231 | /* General information, mostly static */ |