From: Luciano Coelho Date: Mon, 11 Nov 2013 18:34:54 +0000 (+0200) Subject: mac80211: move csa_chandef to sdata X-Git-Tag: v3.14-rc1~94^2~334^2^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33787fc4bea0347d78a211d1f38289b73d9ec1a6;p=pandora-kernel.git mac80211: move csa_chandef to sdata There is no reason why we should have only one channel switch announcement at a time for a single phy. When support for channel switch with multiple contexts and multiple vifs per context is implemented, we will need the chandef data for each vif. Move the csa_chandef structure to sdata to prepare for this. Reviewed-by: Johannes Berg Signed-off-by: Luciano Coelho [Fixed compilation with mesh] Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed