mac80211: clear local->in_reconfig on reconfig error
authorEliad Peller <eliad@wizery.com>
Wed, 10 Jun 2015 17:19:37 +0000 (20:19 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 17 Jul 2015 13:38:10 +0000 (15:38 +0200)
commit7584f88f9e30d36c2c1041831121f1cd3a194bf1
tree734d9c434e72a699304dc54443380d8a8655d7cd
parent6513e98e05ccb8eca77adaf93beae44aa7bf4a45
mac80211: clear local->in_reconfig on reconfig error

If reconfiguration fails, local->in_reconfig is never
cleaned, resulting in rx frames being dropped next
time the device is started.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c