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:
aeaf6e9
)
myri10ge: fix incorrect use of ntohs()
author
Andrew Gallatin
<gallatin@myri.com>
Fri, 30 Nov 2012 12:31:26 +0000
(12:31 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 1 Dec 2012 16:36:37 +0000
(11:36 -0500)
1b4c44e6369dbbafd113f1e00b406f1eda5ab5b2
incorrectly used
ntohs() rather than htons() in myri10ge_vlan_rx().
Thanks to Fengguang Wu, Yuanhan Liu's kernel-build tester
for pointing out this bug.
Signed-off-by: Andrew Gallatin <gallatin@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found