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:
db11503
)
net: moxa: clear DESC1 on ndo_start_xmit()
author
Jonas Jensen
<jonas.jensen@gmail.com>
Mon, 25 Aug 2014 14:22:11 +0000
(16:22 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Aug 2014 00:25:38 +0000
(17:25 -0700)
TX buffer length is not cleared on ndo_start_xmit().
Failing to do so can bug/hang the controller and
cause TX interrupts to stop altogether.
Remove the readl() and compute a new value for DESC1.
Addresses https://bugzilla.kernel.org/show_bug.cgi?id=69031
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found