commit | 622e3f9b71f9a97408cd751851c6588d4e6c4fd0 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Mon Nov 10 11:10:17 2014 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Mon Nov 24 08:30:33 2014 +0200 |
tree | 13f0a088c88040197060719fe7b769cee19499d6 | |
parent | a57c688d34a05cbc72ec8cf4f05758cbafdd9893 [diff] |
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 <luciano.coelho@intel.com>