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)
commit97dc94f1d933c9df2c0b327066ea130c0e92083f
tree9d0e047ed23298d9351011c0a19773ccef041a1d
parent4c3ebc56d7561526524ec62c61aa3e2040b71f6e
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