From: Johannes Berg Date: Mon, 20 Apr 2009 23:36:59 +0000 (+0200) Subject: mac80211: fix alignment calculation bug X-Git-Tag: v2.6.30-rc4~68^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bcb9f1273adee6d2ce5edf84f19409a5cc31b9;p=pandora-kernel.git mac80211: fix alignment calculation bug When checking whether or not a given frame needs to be moved to be properly aligned to a 4-byte boundary, we use & 4 which wasn't intended, this code should check the lowest two bits. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed