linux-stable/drivers/net/wireless/quantenna/qtnfmac
Kees Cook 841b86f328 treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
With all callbacks converted, and the timer callback prototype
switched over, the TIMER_FUNC_TYPE cast is no longer needed,
so remove it. Conversion was done with the following scripts:

    perl -pi -e 's|\(TIMER_FUNC_TYPE\)||g' \
        $(git grep TIMER_FUNC_TYPE | cut -d: -f1 | sort -u)

    perl -pi -e 's|\(TIMER_DATA_TYPE\)||g' \
        $(git grep TIMER_DATA_TYPE | cut -d: -f1 | sort -u)

The now unused macros are also dropped from include/linux/timer.h.

Signed-off-by: Kees Cook <keescook@chromium.org>
2017-11-21 16:35:54 -08:00
..
pearl qtnfmac: modify full Tx queue recovery 2017-10-30 12:51:49 +02:00
bus.h qtnfmac: remove unused qtnf_rx_frame declaration 2017-08-17 10:04:37 +03:00
cfg80211.c treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts 2017-11-21 16:35:54 -08:00
cfg80211.h qtnfmac: cancel scans on wireless interface changes 2017-09-20 15:35:33 +03:00
commands.c qtnfmac: pass all CONNECT cmd params to wireless card for processing 2017-11-10 04:30:58 +02:00
commands.h qtnfmac: configure and start AP interface with a single command 2017-11-10 04:30:57 +02:00
core.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
core.h qtnfmac: get rid of PHYMODE capabilities flags 2017-11-10 04:30:55 +02:00
debug.c
debug.h
event.c qtnfmac: SCAN results: retreive frame type information from "IE set" TLV 2017-11-10 04:30:56 +02:00
event.h
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qlink.h qtnfmac: pass all CONNECT cmd params to wireless card for processing 2017-11-10 04:30:58 +02:00
qlink_util.c qtnfmac: pass channel definition to WiFi card on START_AP command 2017-10-13 12:59:30 +03:00
qlink_util.h qtnfmac: pass channel definition to WiFi card on START_AP command 2017-10-13 12:59:30 +03:00
qtn_hw_ids.h
shm_ipc.c
shm_ipc.h
shm_ipc_defs.h
trans.c
trans.h
util.c
util.h