diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2009-11-30 18:12:20 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-07 16:51:20 -0500 |
commit | ca00930153c14b323c31b97623ac5c4f7855ed6a (patch) | |
tree | a1004a5d46a70e90c1ea08aba17190619e2fa176 /virt/kvm | |
parent | 20f09c3df7a8a623c290f62596c1a6b0da088030 (diff) |
mwl8k: fix addr4 zeroing and payload overwrite on DMA header creation
When inserting a DMA header into a packet for transmission,
mwl8k_add_dma_header() would blindly zero the addr4 field, which
is not a good idea if the packet being transmitted is actually a
4-address packet.
Also, if the transmitted packet was a 4-address with QoS packet,
the memmove() to do the needed header reshuffling would inadvertently
overwrite the first two bytes of the packet payload with the QoS field.
This fixes both of these issues.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions