From: Michal Kazior Date: Wed, 25 Jun 2014 10:35:09 +0000 (+0200) Subject: mac80211: use chanctx reservation for STA CSA X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~18^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c3ebc56d7561526524ec62c61aa3e2040b71f6e;p=pandora-kernel.git mac80211: use chanctx reservation for STA CSA Channel switch finalization is now 2-step. First step is when driver calls chswitch_done(), the other is when reservation is actually finalized (which be defered for in-place reservation). It is now safe to call ieee80211_chswitch_done() more than once. Also remove the ieee80211_vif_change_channel() because it is no longer used. Signed-off-by: Michal Kazior Signed-off-by: Johannes Berg --- Reading git-diff-tree failed