diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-03-09 22:41:53 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 16:02:34 -0400 |
commit | 3976ae6c2b09608cd6a13663737a6b219245b651 (patch) | |
tree | c8d7b4b7a20fd9fe953d30c432e17bc3c60cef11 /arch/um/include/frame_kern.h | |
parent | 2ae23854dc0af617d9a0e3ab51a0cc51485ebbf2 (diff) |
rt2x00: Use skbdesc fields for descriptor initialization
In rt2x00lib_write_tx_desc() the skb->data and skb->len fields
were incorrectly used. For USB drivers both of those values
contain invalid data (skb->data points to the device descriptor,
skb->len contains the frame _and_ descriptor length).
Instead of using the skbuffer fields we should use the skbdesc
fields which are correctly initialized and contain all the data
that we need.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'arch/um/include/frame_kern.h')
0 files changed, 0 insertions, 0 deletions