wifi: ath11k: rename the wmi_sc naming convention to wmi_ab
authorKarthikeyan Periyasamy <quic_periyasa@quicinc.com>
Sat, 14 Oct 2023 03:26:49 +0000 (08:56 +0530)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 18 Oct 2023 08:33:41 +0000 (11:33 +0300)
commit265c038ac9c27001883ee039b65228196083cb40
tree0aebffc44f3ec3732e9acb3219e6be0a00ed6da7
parent40990961d9836efd1a404432e5d5bf6fbc78c138
wifi: ath11k: rename the wmi_sc naming convention to wmi_ab

In WMI layer module, the identifier wmi_sc is used to represent
an instance of ath11k_wmi_base structure. However, within ath11k,
the convention is to use "ab" to represent an SoC "base" struct.
So change the all instances of wmi_sc to wmi_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-2-quic_periyasa@quicinc.com
drivers/net/wireless/ath/ath11k/wmi.c