linux/drivers/net/wireless/cw1200
Solomon Peachy 7258416c51 cw1200: Fix up a large pile of sparse warnings
Most of these relate to endianness problems, and are purely cosmetic.

But a couple of them were legit -- listen interval parsing and some of
the rate selection code would malfunction on BE systems.

There's still one cosmetic warning remaining, in the (admittedly) ugly
code in cw1200_spi.c.  It's there because the hardware needs 16-bit SPI
transfers, but many SPI controllers only operate 8 bits at a time.

If there's a cleaner way of handling this, I'm all ears.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2013-06-24 14:44:24 -04:00
..
Kconfig cw1200: Eliminate the ETF debug/engineering code. 2013-06-11 12:48:10 -04:00
Makefile cw1200: Remove "ITP" debug subsystem. 2013-06-11 12:48:09 -04:00
bh.c cw1200: Fix an assorted pile of checkpatch warnings. 2013-06-11 12:48:10 -04:00
bh.h
cw1200.h cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
cw1200_sdio.c cw1200: Fix an assorted pile of checkpatch warnings. 2013-06-11 12:48:10 -04:00
cw1200_spi.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
debug.c cw1200: Eliminate the ETF debug/engineering code. 2013-06-11 12:48:10 -04:00
debug.h cw1200: Remove "ITP" debug subsystem. 2013-06-11 12:48:09 -04:00
fwio.c cw1200: Eliminate the ETF debug/engineering code. 2013-06-11 12:48:10 -04:00
fwio.h
hwbus.h
hwio.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
hwio.h cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
main.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
pm.c
pm.h
queue.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
queue.h
scan.c
scan.h
sta.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
sta.h
txrx.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
txrx.h
wsm.c cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00
wsm.h cw1200: Fix up a large pile of sparse warnings 2013-06-24 14:44:24 -04:00