From: Luciano Coelho Date: Mon, 10 Nov 2014 09:10:17 +0000 (+0200) Subject: iwlwifi: mvm: add a channel_switch op to bypass mac80211 timer X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~58^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622e3f9b71f9a97408cd751851c6588d4e6c4fd0;p=pandora-kernel.git iwlwifi: mvm: add a channel_switch op to bypass mac80211 timer We need to call ieee80211_chswitch_done() ourselves just when the absence TE started, so we perform the actual context switch early enough. To do so, add a dummy channel_switch op, which will cause mac80211 to skip the countdown timer and allow us to call ieee80211_chswitch_done() to complete the operation. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed