linux/drivers/net/wireless/ath
Himanshu Jha 50c8cd44ed ath9k: remove cast to void pointer
casting to void pointer from any pointer type and vice-versa is done
implicitly and therefore casting is not needed in such a case.

Done using Coccinellle.
Semantic Patch used :

@r@
expression x;
void* e;
type T;
identifier f;
@@

(
  *((T *)e)
|
  ((T *)x)[...]
|
  ((T *)x)->f
|
- (T *)
  e
)


Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2017-09-25 10:13:58 +03:00
..
ar5523 ar5523: constify usb_device_id 2017-08-10 11:55:56 +03:00
ath5k Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git 2017-05-19 11:47:44 +03:00
ath6kl ath6kl: constify usb_device_id 2017-08-11 16:59:01 +03:00
ath9k ath9k: remove cast to void pointer 2017-09-25 10:13:58 +03:00
ath10k ath10k: configure and enable the wakeup capability 2017-08-31 21:17:04 +03:00
carl9170 carl9170: constify usb_device_id 2017-08-10 11:55:56 +03:00
wcn36xx wcn36xx: Introduce mutual exclusion of fw configuration 2017-08-08 14:08:17 +03:00
wil6210 wil6210: ensure P2P device is stopped before removing interface 2017-08-31 15:19:54 +03:00
ath.h ath9k: add a helper to get the string representation of ath_bus_type 2016-11-15 16:55:37 +02:00
debug.c
dfs_pattern_detector.c
dfs_pattern_detector.h
dfs_pri_detector.c
dfs_pri_detector.h
hw.c
Kconfig
key.c
main.c ath9k: add a helper to get the string representation of ath_bus_type 2016-11-15 16:55:37 +02:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
reg.h
regd.c ath: Fix updating radar flags for coutry code India 2017-04-19 17:09:26 +03:00
regd.h
regd_common.h
spectral_common.h
trace.c
trace.h