]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: always unblock CSA queue stop when disconnecting
authorJohannes Berg <johannes.berg@intel.com>
Tue, 26 Feb 2013 21:37:57 +0000 (22:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 13:38:41 +0000 (05:38 -0800)
commit98091839ad5b72f8aa2c9b22ed65cec6fa3bbf6f
tree9bb083f62761a062bb09f3a574c962a8ff58ae0b
parent322e31f2d47198dfd0f4e2b880cd1fbfa7a2931f
mac80211: always unblock CSA queue stop when disconnecting

Commit 5b36ebd8249f403c7edf7cf68d68e9a0d0f55243 upstream.

In some cases when disconnecting after (or during?) CSA
the queues might not recover, and then the only way to
recover is reloading the module.

Fix this by always unblocking the queue CSA reason when

disconnecting.

Reported-by: Jan-Michael Brummer <jan.brummer@tabos.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/mlme.c