From: Jakub KiciƄski Date: Wed, 28 Dec 2011 00:53:21 +0000 (+0100) Subject: rt2800usb: Let rt2x00usb handle USB padding X-Git-Tag: v3.3-rc1~182^2~21^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcafac8c64e015775fcb844f643c2c70115bf46;p=pandora-kernel.git rt2800usb: Let rt2x00usb handle USB padding Older USB drivers does not append end padding to skb but instead report it in size of data to be transmitted to HW. rt2800usb should follow that behaviour. Custom write_tx_data callback which was adding pad to skb is not be needed any more. Thanks to this patch frames handed back from rt2800usb to mac80211 will no longer contain end padding. Signed-off-by: Jakub Kicinski Signed-off-by: Gertjan van Wingerde Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed