linux/drivers/net/pcmcia
Al Viro b1e247ad8e 3c574 and 3c589 endianness fixes (.24?)
Both store MAC address in CIS; there's no decoder for that
type (0x88) so the drivers work with raw data.  It is
byteswapped, so ntohs() works for little-endian, but for
big-endian it's wrong.  ntohs(le16_to_cpu()) does the
right thing on both (and always expands to swab16()).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-12-22 22:53:07 -05:00
..
3c574_cs.c 3c574 and 3c589 endianness fixes (.24?) 2007-12-22 22:53:07 -05:00
3c589_cs.c 3c574 and 3c589 endianness fixes (.24?) 2007-12-22 22:53:07 -05:00
Kconfig
Makefile
axnet_cs.c
com20020_cs.c
fmvj18x_cs.c
ibmtr_cs.c
nmclan_cs.c
ositech.h
pcnet_cs.c
smc91c92_cs.c
xirc2ps_cs.c