linux/drivers/staging/wilc1000
Arnd Bergmann 057d1e9793 staging: wilc1000: fix const cast warnings
The wilc1000 driver produces a lot of warnings about invalid
casts between const and non-const variables. This reworks
the code to avoid all those warnings, by marking variables
and function arguments const.

A lot of the types use WILC_Uint8, I change them to const u8
for style reasons, as I'm touching them anyway.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-02 13:46:05 +09:00
..
coreconfigsimulator.h
coreconfigurator.c staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
coreconfigurator.h
fifo_buffer.c staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
fifo_buffer.h staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
host_interface.c staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
host_interface.h staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
itypes.h
Kconfig staging/wilc1000: fix Kconfig dependencies 2015-05-28 09:06:45 -07:00
linux_mon.c staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
linux_wlan.c staging: wilc1000: remove __DRIVER_VERSION__ macro 2015-05-31 08:56:57 +09:00
linux_wlan_common.h
linux_wlan_sdio.c
linux_wlan_sdio.h
linux_wlan_spi.c
linux_wlan_spi.h
Makefile staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
TODO
wilc_debugfs.c
wilc_errorsupport.h staging: wilc1000: remove unused OS abstraction features 2015-06-02 13:46:05 +09:00
wilc_exported_buf.c
wilc_log.h
wilc_memory.c staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
wilc_memory.h staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
wilc_msgqueue.c staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
wilc_msgqueue.h staging: wilc1000: simplify msgqueue code 2015-06-02 13:45:21 +09:00
wilc_osconfig.h staging: wilc1000: remove unused OS abstraction features 2015-06-02 13:46:05 +09:00
wilc_oswrapper.h staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
wilc_platform.h staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
wilc_sdio.c
wilc_sleep.c staging: wilc1000: clean up sleep wrapper 2015-06-02 13:45:22 +09:00
wilc_sleep.h staging: wilc1000: clean up sleep wrapper 2015-06-02 13:45:22 +09:00
wilc_spi.c
wilc_strutils.c staging: wilc1000: remove unused string functions 2015-06-02 13:45:21 +09:00
wilc_strutils.h staging: wilc1000: remove unused string functions 2015-06-02 13:45:21 +09:00
wilc_timer.c staging: wilc1000: clean up timer feature 2015-06-02 13:45:22 +09:00
wilc_timer.h staging: wilc1000: clean up timer feature 2015-06-02 13:45:22 +09:00
wilc_type.h
wilc_wfi_cfgoperations.c staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
wilc_wfi_cfgoperations.h staging: wilc1000: fix const cast warnings 2015-06-02 13:46:05 +09:00
wilc_wfi_netdevice.c
wilc_wfi_netdevice.h staging: wilc1000: remove semaphore wrapper 2015-06-02 13:46:05 +09:00
wilc_wlan.c
wilc_wlan.h
wilc_wlan_cfg.c
wilc_wlan_cfg.h
wilc_wlan_if.h