dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/ehea
Roland Dreier 3ff2cd230d ehea: Access iph->tot_len with correct endianness
iph->tot_len is stored in network byte order, so access it using
ntohs().  This doesn't have any real world impact on ehea, since ehea
only exists for big-endian platfroms (at the moment at least) but fixing
this gets rid of a sparse warning and avoids having a bad example in the
tree.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-07-04 08:15:28 -04:00
..
Makefile
ehea.h ehea: fix race condition 2008-07-04 08:10:41 -04:00
ehea_ethtool.c ehea: fix ethtool checkpatch complaints 2008-02-03 04:25:56 -08:00
ehea_hcall.h
ehea_hw.h ehea: fix ehea.h checkpatch complaints 2008-02-03 04:25:55 -08:00
ehea_main.c ehea: Access iph->tot_len with correct endianness 2008-07-04 08:15:28 -04:00
ehea_phyp.c ehea: fix phyp checkpatch complaints 2008-02-03 04:25:57 -08:00
ehea_phyp.h ehea: fix phyp checkpatch complaints 2008-02-03 04:25:57 -08:00
ehea_qmr.c ehea: Add DLPAR memory remove support 2008-05-13 01:31:39 -04:00
ehea_qmr.h ehea: fix qmr checkpatch complaints 2008-02-03 04:25:58 -08:00