]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: remove channel_switch combination check
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 25 Jun 2014 10:35:10 +0000 (12:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 25 Jun 2014 16:06:20 +0000 (18:06 +0200)
commit9b7a59a0786d532f966439a6d211f20ef34db144
tree9d0e047ed23298d9351011c0a19773ccef041a1d
parentc859febefe37bb07ab9a15cb8862c762d283361c
cfg80211: remove channel_switch combination check

Driver is now responsible for veryfing if the
switch is possible.

Since this is inherently tricky driver may decide
to disconnect an interface later with
cfg80211_stop_iface().

This doesn't mean driver can accept everything. It
should do it's best to verify requests and reject
them as soon as possible.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/nl80211.c