From: Li RongQing Date: Mon, 9 Jul 2012 22:02:42 +0000 (+0000) Subject: qlge: fix endian issue X-Git-Tag: v3.6-rc1~125^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d653ed89144828169282a654ffab26811210fd1;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed