]> 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)
commit98cb1a4ba2cb749c58bed78852d887a11e168912
tree82c3e5a961039826c31b944d1f27f488743f9d8b
parentfade18dd033f8407c78ab022389cd179d08ac77f
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