commit | 0d653ed89144828169282a654ffab26811210fd1 | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Mon Jul 09 22:02:42 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 11 01:31:24 2012 -0700 |
tree | 1339359b1afe250fdbad840db4ab9f01202b9c7d | |
parent | 5b70ca3599071a0e26bceab9dd6d7e4c53318881 [diff] |
qlge: fix endian issue 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>