commit | 7d1559f1737d5ca27b267b0392015f42b3bbe2fa | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Apr 08 13:08:20 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 08 16:44:45 2008 -0400 |
tree | c0dc3be7d9fd289bc2ff59fdff810c43d4e76549 | |
parent | 4d6141c30a2567a85d869d55f579438b3365d719 [diff] |
mac80211: fix sta-info pinning When a STA is supposed to be unlinked but is pinned, it still needs to be unlinked from all structures. Only at the end of the unlink process should we check for pin status and invalidate the callers reference if it is pinned. Move the pin status check down. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>