wifi: ath11k: remove unnecessary (void*) conversions
authorWu Yunchuan <yunchuan@nfschina.com>
Thu, 21 Sep 2023 08:50:05 +0000 (11:50 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Thu, 28 Sep 2023 15:09:11 +0000 (18:09 +0300)
commit87fd0602610d6965c45afc61780ac98842e8f902
treed66b457401d66c4a410e8dcf636504f38c7b8fee
parenta1e09eb35476d66d7641c226f7d531cdac844761
wifi: ath11k: remove unnecessary (void*) conversions

No need cast (void *) to (struct ath11k_base *),
struct hal_rx_msdu_link *), (struct ath11k_buffer_addr *) or
other types.

Signed-off-by: Wu Yunchuan <yunchuan@nfschina.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230919045150.524304-1-yunchuan@nfschina.com
drivers/net/wireless/ath/ath11k/dp.c
drivers/net/wireless/ath/ath11k/dp_rx.c
drivers/net/wireless/ath/ath11k/hal.c
drivers/net/wireless/ath/ath11k/hal_rx.c
drivers/net/wireless/ath/ath11k/hal_tx.c
drivers/net/wireless/ath/ath11k/mac.c
drivers/net/wireless/ath/ath11k/spectral.c
drivers/net/wireless/ath/ath11k/wmi.c