mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
b1e247ad8e
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> |
||
---|---|---|
.. | ||
3c574_cs.c | ||
3c589_cs.c | ||
axnet_cs.c | ||
com20020_cs.c | ||
fmvj18x_cs.c | ||
ibmtr_cs.c | ||
Kconfig | ||
Makefile | ||
nmclan_cs.c | ||
ositech.h | ||
pcnet_cs.c | ||
smc91c92_cs.c | ||
xirc2ps_cs.c |