]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5570e114ad4c65b61d93b70701c4c1c6544a09e3
tree734d9c434e72a699304dc54443380d8a8655d7cd
parent8ffddb6f972a4b6c1260ebe53a64fab42cae4d75
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