From: David Spinadel Date: Thu, 6 Feb 2014 14:15:23 +0000 (+0200) Subject: mac80211: split sched scan IEs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~18^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633e27132625a0692440c4db58b901fb3cb67c55;p=pandora-kernel.git mac80211: split sched scan IEs Split sched scan IEs to band specific and not band specific blocks. Common IEs blocks may be sent to the FW once per command, instead of per band. This allows optimization of size of the command, which may be required by some drivers (eg. iwlmvm with newer firmware version). As this changes the mac80211 API, update all drivers to use the new version correctly, even if they don't (yet) make use of the split data. Signed-off-by: David Spinadel Reviewed-by: Alexander Bondar Signed-off-by: Johannes Berg --- Reading git-diff-tree failed