From: Luciano Coelho Date: Wed, 8 Oct 2014 06:48:36 +0000 (+0300) Subject: mac80211: add extended channel switching capability if the driver supports CSA X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=52208cc5f1935d6bc9dbaadf0bcf3ba177e21695;hp=52208cc5f1935d6bc9dbaadf0bcf3ba177e21695;p=carl9170fw.git mac80211: add extended channel switching capability if the driver supports CSA The Extended Channel Switching capability bit in the extended capabilities element must be set if the driver supports CSA on non-beaconing interfaces. Since this capability needs to be set during driver registration, the extended_capabiliities global variable needs to be moved to the local structure so that it can be modified. Signed-off-by: Luciano Coelho Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter ---