diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-01-11 13:32:02 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-22 22:16:56 -0500 |
commit | b2b9b6518eac7b4e9abf649ef4273c02f1a5276b (patch) | |
tree | a19f6b1e674bc159d5523ce12c3ddabe72b745e6 /net/ieee80211/softmac/ieee80211softmac_module.c | |
parent | bba52d5e9ecd0a1705fbac93b6d50ef6ec475315 (diff) |
[PATCH] softmac: some comment stuff
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_module.c')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_module.c b/net/ieee80211/softmac/ieee80211softmac_module.c index ea4a19e1122c..a5699966fbc5 100644 --- a/net/ieee80211/softmac/ieee80211softmac_module.c +++ b/net/ieee80211/softmac/ieee80211softmac_module.c | |||
@@ -77,7 +77,7 @@ ieee80211softmac_clear_pending_work(struct ieee80211softmac_device *sm) | |||
77 | spin_unlock_irqrestore(&sm->lock, flags); | 77 | spin_unlock_irqrestore(&sm->lock, flags); |
78 | flush_scheduled_work(); | 78 | flush_scheduled_work(); |
79 | 79 | ||
80 | // now we should be save and no longer need locking... | 80 | /* now we should be save and no longer need locking... */ |
81 | spin_lock_irqsave(&sm->lock, flags); | 81 | spin_lock_irqsave(&sm->lock, flags); |
82 | /* Free all pending auth work items */ | 82 | /* Free all pending auth work items */ |
83 | list_for_each_entry_safe(authptr, authtmp, &sm->auth_queue, list) { | 83 | list_for_each_entry_safe(authptr, authtmp, &sm->auth_queue, list) { |