commit | bafdc614a1f4f8be8cde41b8ab10ac17e67c1837 | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <sw@simonwunderlich.de> | Thu Dec 05 19:54:43 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Dec 05 20:15:19 2013 +0100 |
tree | 4b0d14116017f33ddeffe2aee7a92cd3e4508fe8 | |
parent | 4a58e7c38443154fce1b47910e1a9184f65c5d72 [diff] |
mac80211: fix nested sdata lock for IBSS/CSA This fixes a regression introduced by my patch "mac80211: don't cancel csa finalize work within stop_ap", which added sdata locks to ieee80211_csa_finalize_work() without removing the locking for ieee80211_ibss_finish_csa(), which is called by the former, resulting in a deadlock due to nested locking. Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>