2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 11:43:54 +08:00
linux-next/drivers/net/cxgb4
Roland Dreier 62718b328f cxgb4: Use ntohs() on __be16 value instead of htons()
Use the correct direction of byte-swapping function to fix a mistake
shown by sparse endianness checking -- c.fl0id is __be16.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Acked-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-21 23:00:43 -07:00
..
cxgb4_main.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-06 23:53:30 -07:00
cxgb4_uld.h cxgb4: Add remaining driver headers and L2T management 2010-04-01 19:29:15 -07:00
cxgb4.h cxgb4: Add remaining driver headers and L2T management 2010-04-01 19:29:15 -07:00
l2t.c cxgb4: Add remaining driver headers and L2T management 2010-04-01 19:29:15 -07:00
l2t.h cxgb4: Add remaining driver headers and L2T management 2010-04-01 19:29:15 -07:00
Makefile cxgb4: Add main driver file and driver Makefile 2010-04-01 19:29:16 -07:00
sge.c cxgb4: Use ntohs() on __be16 value instead of htons() 2010-04-21 23:00:43 -07:00
t4_hw.c
t4_hw.h
t4_msg.h
t4_regs.h
t4fw_api.h