From: Arik Nemtsov Date: Wed, 22 Oct 2014 09:33:45 +0000 (+0300) Subject: mac80211: fix network header breakage during encryption X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452218d9fd22505ed790e95b460b0f40cebb95a0;p=pandora-kernel.git mac80211: fix network header breakage during encryption When an IV is generated, only the MAC header is moved back. The network header location remains the same relative to the skb head, as the new IV is using headroom space that was reserved in advance. Signed-off-by: Arik Nemtsov Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed