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:
5b70ca3
)
qlge: fix endian issue
author
Li RongQing
<roy.qing.li@gmail.com>
Mon, 9 Jul 2012 22:02:42 +0000
(22:02 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Jul 2012 08:31:24 +0000
(
01:31
-0700)
commit
6d29b1ef
introduces a bug, ntohs is __be16_to_cpu,
not cpu_to_be16.
We always use htons on IP_OFFSET and IP_MF, then compare
with network package.
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found