]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: revert on-channel work optimisations
authorJohannes Berg <johannes.berg@intel.com>
Tue, 29 Nov 2011 09:20:02 +0000 (10:20 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 30 Nov 2011 20:08:31 +0000 (15:08 -0500)
commit191be26df7517b915f269fc93b4edfac14d72af7
tree82c3e5a961039826c31b944d1f27f488743f9d8b
parentfb9c3a3a07dfd4d8c5508f5b2aaa9012c0057a80
mac80211: revert on-channel work optimisations

The on-channel work optimisations have caused a
number of issues, and the code is unfortunately
very complex and almost impossible to follow.
Instead of attempting to put in more workarounds
let's just remove those optimisations, we can
work on them again later, after we change the
whole auth/assoc design.

This should fix rate_control_send_low() warnings,
see RH bug 731365.

Cc: stable@vger.kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/offchannel.c
net/mac80211/scan.c
net/mac80211/work.c