[PATCH] softmac: some comment stuff

Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Johannes Berg
2006-01-11 19:32:02 +01:00
committed by John W. Linville
parent bba52d5e9e
commit b2b9b6518e
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,7 @@ ieee80211softmac_clear_pending_work(struct ieee80211softmac_device *sm)
spin_unlock_irqrestore(&sm->lock, flags);
flush_scheduled_work();
// now we should be save and no longer need locking...
/* now we should be save and no longer need locking... */
spin_lock_irqsave(&sm->lock, flags);
/* Free all pending auth work items */
list_for_each_entry_safe(authptr, authtmp, &sm->auth_queue, list) {