From: Ivo van Doorn Date: Sat, 6 Oct 2007 12:15:46 +0000 (+0200) Subject: [PATCH] rt2x00: Add get_tx_data_len callback function X-Git-Tag: v2.6.24-rc1~1454^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9fa2d21aebbb618318954867c5dfe3751328be;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed