]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: simplify idle handling
authorJohannes Berg <johannes.berg@intel.com>
Wed, 6 Feb 2013 23:14:51 +0000 (00:14 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Feb 2013 17:45:01 +0000 (18:45 +0100)
commita3cdf0c308ab9be63bd42d0929ec01e1aef93315
treefce94dd9fa9783eb4dc8b0ed6a2c322650889991
parent1c2c9b51d964c7407131f2a10bf3ec2f0fbcecd2
mac80211: simplify idle handling

Now that we have channel contexts, idle is (pretty
much) equivalent to not having a channel context.
Change the code to use this relation so that there
no longer is a need for a lot of idle recalculate
calls everywhere.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/chan.c
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mlme.c