commit | ec3f149017ef3fd21343b1dcec3589eec6ba5dd5 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Jul 10 02:45:38 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 24 15:05:10 2009 -0400 |
tree | 9add60777190717b721cbca877e37f20bb9deb12 | |
parent | b291ba11181d46dfbd2d7a5c00a5f3335228191e [diff] |
cfg80211: fix a locking bug The cfg80211_sme_disassoc() function is already holding a lock here that cfg80211_mlme_deauth() would take, so it needs to use __cfg80211_mlme_deauth() instead. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>