linux/drivers/net/ethernet/qlogic
Li RongQing 0d653ed891 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>
2012-07-11 01:31:24 -07:00
..
netxen netxen: remove unnecessary setting of skb->dev 2012-07-10 23:24:56 -07:00
qlcnic qlcnic: remove unnecessary setting of skb->dev 2012-07-10 23:24:57 -07:00
qlge qlge: fix endian issue 2012-07-11 01:31:24 -07:00
Kconfig drivers/net/ethernet/*: Enabled vendor Kconfig options 2011-08-27 00:58:56 -07:00
Makefile
qla3xxx.c qla3xxx: ethernet: Silence static checker warning. 2012-03-06 15:19:14 -05:00
qla3xxx.h