From: Luciano Coelho Date: Fri, 7 Nov 2014 13:28:33 +0000 (+0200) Subject: mac80211: fix order of setting ch_switch and drv_pre_channel_switch call X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000baa5dfd99abe8a6e4ddbe900be5a570a1e20c;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed