From: Michal Kazior Date: Wed, 25 Jun 2014 10:35:10 +0000 (+0200) Subject: cfg80211: remove channel_switch combination check X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~18^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dc94f1d933c9df2c0b327066ea130c0e92083f;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed