From: Zhaoyang Liu Date: Fri, 13 Feb 2015 15:08:16 +0000 (+0530) Subject: mwifiex: fix usb tx data payload offset issue X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~318^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce7bc0a4e555f8519e1a2c8a8569f203bd5727c;p=pandora-kernel.git mwifiex: fix usb tx data payload offset issue Commit 84b313b35f8158d7 ("mwifiex: make tx packet 64 byte DMA aligned") induced payload offset issue for USB interface. There is no USB interface header for tx packets, so there's no need to pull interface length while processing tx skb. This patch fixes this issue. Signed-off-by: Zhaoyang Liu Signed-off-by: Amitkumar Karwar Signed-off-by: Avinash Patil Signed-off-by: Kalle Valo --- Reading git-diff-tree failed