From: Simon Wunderlich Date: Thu, 11 Jul 2013 14:09:06 +0000 (+0200) Subject: mac80211: add channel switch command and beacon callbacks X-Git-Tag: v3.12-rc1~132^2~297^2^2~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73da7d5bab79ad7e16ff44d67c3fe8b9c0b33e5b;p=pandora-kernel.git mac80211: add channel switch command and beacon callbacks The count field in CSA must be decremented with each beacon transmitted. This patch implements the functionality for drivers using ieee80211_beacon_get(). Other drivers must call back manually after reaching count == 0. This patch also contains the handling and finish worker for the channel switch command, and mac80211/chanctx code to allow to change a channel definition of an active channel context. Signed-off-by: Simon Wunderlich Signed-off-by: Mathias Kretschmer [small cleanups, catch identical chandef] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed