commit | 97dc94f1d933c9df2c0b327066ea130c0e92083f | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Jun 25 12:35:10 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jun 25 18:06:20 2014 +0200 |
tree | 9d0e047ed23298d9351011c0a19773ccef041a1d | |
parent | 4c3ebc56d7561526524ec62c61aa3e2040b71f6e [diff] |
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>