commit | 000baa5dfd99abe8a6e4ddbe900be5a570a1e20c | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Fri Nov 07 15:28:33 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Nov 10 10:17:42 2014 +0100 |
tree | 82e1a34d7f8c71bdd771c9f234d32f84d4238938 | |
parent | 1ef4c850491e6598f81f578f62697f9c9c2facca [diff] |
mac80211: fix order of setting ch_switch and drv_pre_channel_switch call There was a mistake when merging commit 6d027bcc (mac80211: add pre_channel_switch driver operation) for upstream. The assignment of the values in the ch_switch structure came below the call to drv_pre_channel_switch. Fix the order. Fixes: 6d027bcc (mac80211: add pre_channel_switch driver operation) Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>