From: Li RongQing Date: Wed, 4 Jul 2012 16:05:42 +0000 (+0000) Subject: be2net: Fix Endian X-Git-Tag: v3.6-rc1~125^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8efcec5394cbf7ae67ccb137cb1a45ae3e6f6c8;p=pandora-kernel.git be2net: Fix Endian ETH_P_IP is host Endian, skb->protocol is big Endian, when compare them, we should change ETH_P_IP from host endian to big endian, htons, not ntohs. CC: Somnath Kotur Signed-off-by: Li RongQing Acked-by: Somnath Kotur Signed-off-by: David S. Miller --- Reading git-diff-tree failed