]> Pileus Git - ~andy/linux/commit
be2net: Fix Endian
authorLi RongQing <roy.qing.li@gmail.com>
Wed, 4 Jul 2012 16:05:42 +0000 (16:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jul 2012 07:14:16 +0000 (00:14 -0700)
commite8efcec5394cbf7ae67ccb137cb1a45ae3e6f6c8
tree01b25e4d9b576f39ed472cf5c539cb6e3b0b4bd0
parent806a0fbea7b6e6083867cf8bf642f9cbf8e9695e
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 <somnath.kotur@emulex.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be.h