commit | dd9fa2d21aebbb618318954867c5dfe3751328be | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Oct 06 14:15:46 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:13 2007 -0700 |
tree | 5487966881a7c4ca7061d52572d583ec4a9877d6 | |
parent | 9ee8f57e0adfd929759fee1ec6a7900ae6851bc5 [diff] |
[PATCH] rt2x00: Add get_tx_data_len callback function The TX datalen must always be converted to a value rt73 and rt2500usb understand. Both require to use a different size then skb->len. First off this is required because the descriptor must be added, but the second is because the value must be a multiple of either 2 or 4, and it should not be a multiple of the USB packetmax Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>