From: Ivo van Doorn Date: Sun, 26 Apr 2009 14:08:50 +0000 (+0200) Subject: rt2x00: Add support for L2 padding during TX/RX X-Git-Tag: v2.6.31-rc1~330^2~448^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f1661718c7fcf82e25c6aed20b729ee372d9d65;p=pandora-kernel.git rt2x00: Add support for L2 padding during TX/RX Some hardware require L2 padding between header and payload because both must be aligned to a 4-byte boundary. This hardware also is easier during the RX path since we no longer need to move the entire payload but rather only the header to remove the padding (mac80211 only wants the payload to be 4-byte aligned). Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed