diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-02-10 22:51:21 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:37:20 -0500 |
commit | 647d0ca905f7d975e0bf41f571de6f443c814913 (patch) | |
tree | 61f6552d708eb3cec28b8e0ba828834390db8283 /kernel/stop_machine.c | |
parent | 417f412f2dfae016e29bb128bece60bf75d94d48 (diff) |
rt2x00: Fix skbdesc->data_len initialization
skbdesc->data_len was not initialized correctly
in rt2x00pci, rt2x00usb, rt2500usb and rt73usb.
The value was set to queue->data_size which
means that the incorrect frame size was pased
to the upper layers.
Correctly base the value on either the skb->len,
or the rx frame size passed to the driver by the
device.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'kernel/stop_machine.c')
0 files changed, 0 insertions, 0 deletions