commit | a5186e997524578b4ba91390ad947c767450dac8 | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@gmail.com> | Tue Nov 24 23:11:32 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 04 13:30:39 2009 -0500 |
tree | c51035546554ca6866e4c937d4e627a54f1232e5 | |
parent | 1014eb6ec95b18f890101e99385f05539c0c2f01 [diff] |
rt2x00: Fix padding bug on L2PAD devices. While reviewing the l2pad function to align both the header and the payload on a DMA-capable boundary a bug was discovered where the payload would not be properly aligned. The header_align value was used where the payload_align value should have been used. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>