From: Johannes Berg Date: Fri, 11 Jan 2008 01:02:51 +0000 (+0100) Subject: mac80211: fix alignment warning X-Git-Tag: v2.6.25-rc1~1089^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691ba2346d5b88cec62fe8db0bf336a58a07b926;p=pandora-kernel.git mac80211: fix alignment warning When I introduced the alignment warning I forgot the A-MSDU case which has a different requirement because each frame contains 14-byte 802.3 headers in front of the IP payload. This patch moves the alignment warning to a place where we know whether we're dealing with an A-MSDU frame and adjusts it accordingly. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed