]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: simplify scan state machine
authorJohannes Berg <johannes.berg@intel.com>
Tue, 8 Nov 2011 15:21:21 +0000 (16:21 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 11 Nov 2011 17:32:49 +0000 (12:32 -0500)
commitb63890c0640126f10c5c8987e399dd7e30c503f6
treec5f61667cb7bea4dbd9dee8175ac61aebb61c5de
parent3006b287543b71f54aaae2ab0fc5f11b7bed4d80
mac80211: simplify scan state machine

Attempting to micro-optimise the scan by going
fully live again when scanning the operating
channel just made the code extremely complex
and has little gain in most use cases. Remove
all that code and simplify the state machine
again.

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/scan.c