[PATCH ath-next 0/2] wifi: ath12k: Consistently name struct ath12k_base pointers

Jeff Johnson posted 2 patches 2 months ago
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(-)
[PATCH ath-next 0/2] wifi: ath12k: Consistently name struct ath12k_base pointers
Posted by Jeff Johnson 2 months ago
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@gmail.com/

---
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
Re: [PATCH ath-next 0/2] wifi: ath12k: Consistently name struct ath12k_base pointers
Posted by Jeff Johnson 1 month, 3 weeks ago
On Thu, 09 Apr 2026 11:44:22 -0700, 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@gmail.com/
> 
> [...]

Applied, thanks!

[1/2] wifi: ath12k: Fix HTC prototype ath12k_base parameters
      commit: a49300ad9796e59f2eb740c608ccaf6b1621a6bd
[2/2] wifi: ath12k: Fix ath12k_dp_htt_tlv_iter()'s iter() signature
      commit: 90ef329e73c673e4e3ea66226bb1d8fe3acf45a5

Best regards,
-- 
Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Re: [PATCH ath-next 0/2] wifi: ath12k: Consistently name struct ath12k_base pointers
Posted by Baochen Qiang 2 months ago

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@gmail.com/
> 
> ---
> 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@oss.qualcomm.com>