wifi: ath11k: rename the sc naming convention to ab
authorKarthikeyan Periyasamy <quic_periyasa@quicinc.com>
Sat, 14 Oct 2023 03:26:50 +0000 (08:56 +0530)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 18 Oct 2023 08:33:42 +0000 (11:33 +0300)
commit2e66190e0d87a7266c89728565e0681b22e68f30
tree89e4cee5e9686b70744d154194bf82587090fe87
parent265c038ac9c27001883ee039b65228196083cb40
wifi: ath11k: rename the sc naming convention to ab

In PCI, thermal and HAL interface layer module, the identifier
sc is used to represent an instance of ath11k_base structure.
However, within ath11k, the convention is to use "ab" to
represent an SoC "base" struct. So change the all instances
of sc to ab.

Compile tested only.

Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20231014032650.32605-3-quic_periyasa@quicinc.com
drivers/net/wireless/ath/ath11k/hif.h
drivers/net/wireless/ath/ath11k/pcic.c
drivers/net/wireless/ath/ath11k/thermal.c
drivers/net/wireless/ath/ath11k/thermal.h