commit | e669ba2d06c6195662601956454ac959892f0762 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Apr 30 16:14:24 2014 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon May 05 15:14:58 2014 +0200 |
tree | 1a4791e81cc8a6ed4319b5134ce8db348e11248f | |
parent | 792e6aa7a15ea0fb16f8687e93caede1ea9118c7 [diff] |
mac80211: fix nested rtnl locking on ieee80211_reconfig ieee80211_reconfig already holds rtnl, so calling cfg80211_sched_scan_stopped results in deadlock. Use the rtnl-version of this function instead. Fixes: d43c6b6 ("mac80211: reschedule sched scan after HW restart") Cc: stable@vger.kernel.org (3.14+) Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>