Re: [PATCH ath-next 0/2] wifi: ath12k: Consistently name struct ath12k_base pointers
From: Baochen Qiang
Date: Fri Apr 10 2026 - 02:41:37 EST
On 4/10/2026 2:44 AM, Jeff Johnson wrote:
> Per ath12k convention, a pointer to struct ath12k_base should be named
> 'ab', but there are a few places it is named 'ar', so fix them.
>
> Note that one instance in ath12k_wmi_tlv_parse() is not modified since
> that instance is being removed as part of:
>
> https://patch.msgid.link/20260407095426.3285574-1-nico.escande@xxxxxxxxx/
>
> ---
> Jeff Johnson (2):
> wifi: ath12k: Fix HTC prototype ath12k_base parameters
> wifi: ath12k: Fix ath12k_dp_htt_tlv_iter()'s iter() signature
>
> drivers/net/wireless/ath/ath12k/dp_htt.c | 2 +-
> drivers/net/wireless/ath/ath12k/dp_htt.h | 2 +-
> drivers/net/wireless/ath/ath12k/htc.h | 8 ++++----
> 3 files changed, 6 insertions(+), 6 deletions(-)
> ---
> base-commit: 15551ababf6d4e857f2101366a0c3eaa86dd822c
> change-id: 20260403-ath12k-htc-proto-9cdc961f39dc
>
>
Reviewed-by: Baochen Qiang <baochen.qiang@xxxxxxxxxxxxxxxx>