alistair23-linux/drivers/staging/rtl8192u/ieee80211
Kees Cook 6cfed59848 staging: rtl*: Remove tasklet callback casts
In order to make the entire kernel usable under Clang's Control Flow
Integrity protections, function prototype casts need to be avoided
because this will trip CFI checks at runtime (i.e. a mismatch between
the caller's expected function prototype and the destination function's
prototype). Many of these cases can be found with -Wcast-function-type,
which found that the rtl wifi drivers had a bunch of needless function
casts. Remove function casts for tasklet callbacks in the various drivers.

Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/201911150926.2894A4F973@keescook
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-11-16 14:41:02 +01:00
..
dot11d.c staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
dot11d.h
ieee80211.h staging: rtl8192u: remove code under TO_DO_LIST 2019-08-25 10:27:39 +02:00
ieee80211_crypt.c staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
ieee80211_crypt.h staging: rtl8192u: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
ieee80211_crypt_ccmp.c staging: rtl8192u: Fix indentation 2019-08-28 22:22:13 +02:00
ieee80211_crypt_tkip.c staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
ieee80211_crypt_wep.c staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
ieee80211_module.c staging: rtl8192u: ieee80211: Remove redundant memset 2019-06-20 14:39:15 +02:00
ieee80211_rx.c staging: rtl8192u: ieee80211: Replace snprintf with scnprintf 2019-09-30 21:57:57 +02:00
ieee80211_softmac.c staging: rtl*: Remove tasklet callback casts 2019-11-16 14:41:02 +01:00
ieee80211_softmac_wx.c staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
ieee80211_tx.c staging: rtl8192u: Fix indentation 2019-08-28 22:22:13 +02:00
ieee80211_wx.c staging: rtl8192u: ieee80211: Replace snprintf with scnprintf 2019-09-30 21:57:57 +02:00
Makefile
rtl819x_BA.h
rtl819x_BAProc.c staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
rtl819x_HT.h staging: rtl8192u: fix spacing in ieee80211 2019-08-21 09:20:23 -07:00
rtl819x_HTProc.c staging: rtl8192u: remove code under TO_DO_LIST 2019-08-25 10:27:39 +02:00
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c staging: rtl8192u: remove code under TO_DO_LIST 2019-08-25 10:27:39 +02:00