From: Johannes Berg Date: Wed, 12 Nov 2014 16:12:05 +0000 (+0100) Subject: iwlwifi: mvm: pull crypto header into skb->head X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~58^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb96ccb138fccdedd76c773e476e4a6ce4b3c05c;p=pandora-kernel.git iwlwifi: mvm: pull crypto header into skb->head When we pre-populate the skb->head for the stack, we only pull in the 802.11 header (assuming the packet isn't short enough to be in there completely.) This is fine, but in many cases we'll pull in the crypto headers pretty much immediately afterwards, so to avoid that pull in the crypto header early. Signed-off-by: Johannes Berg Reviewed-by: IdoX Yariv Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed