commit | b935df01ed4f0848f29b1e39c4f95d87b0206dea | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Thu Aug 06 04:52:42 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 14 09:12:45 2009 -0400 |
tree | 575a56fa443f646dbbeb1fe2895d47a696a212e6 | |
parent | 4af198fb7a99b07980b1bd52df550ba3f24688df [diff] |
cfg80211: fix disassociation warning due to misuse of wdev->current_bss WARN_ON was triggered at mlme.c:213 when dissociating from an AP. wdev->current_bss->pub.bssid should be used in place of wdev->current_bss for BSSID comparison. Signed-off-by: Pavel Roskin <proski@gnu.org> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>