git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31def91
)
mwifiex: fix usb tx data payload offset issue
author
Zhaoyang Liu
<liuzy@marvell.com>
Fri, 13 Feb 2015 15:08:16 +0000
(20:38 +0530)
committer
Kalle Valo
<kvalo@codeaurora.org>
Fri, 27 Feb 2015 08:14:02 +0000
(10:14 +0200)
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 <liuzy@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/txrx.c
patch
|
blob
|
history
diff --cc
drivers/net/wireless/mwifiex/txrx.c
Simple merge