commit | 9f1661718c7fcf82e25c6aed20b729ee372d9d65 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Apr 26 16:08:50 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:49 2009 -0400 |
tree | 099a3305c948f306f46e2cf2f0d24a8ef069f011 | |
parent | 9eb4e21e289beba9cfe34f24920eee83c144e62f [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>