]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: track whether to use channel contexts
authorJohannes Berg <johannes.berg@intel.com>
Thu, 26 Jul 2012 12:55:08 +0000 (14:55 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Oct 2012 18:22:46 +0000 (20:22 +0200)
commitb9f375f80fdaca5776ec436b962f442f25a55256
treea155a8bb9165b092703bec542aeaf0b707afa392
parent2d2ab0de6e535ca30074df8d5050ec675d173b82
mac80211: track whether to use channel contexts

Depending on the driver, channel contexts may be used or
not. If they are used, the driver must have support for
hardware scan and remain-on-channel; otherwise the driver
must not advertise support for multiple channels.

Also prohibit WDS type interfaces when channel contexts
are to be used as there's no clear definition of which
channel they use.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/offchannel.c
net/mac80211/scan.c