]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath12k: Fix ath12k_dp_htt_tlv_iter()'s iter() signature
authorJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 9 Apr 2026 18:44:24 +0000 (11:44 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Mon, 20 Apr 2026 15:25:31 +0000 (08:25 -0700)
commit90ef329e73c673e4e3ea66226bb1d8fe3acf45a5
tree7f8e3111795d6b96a023779d7f24adbd8116ba16
parenta49300ad9796e59f2eb740c608ccaf6b1621a6bd
wifi: ath12k: Fix ath12k_dp_htt_tlv_iter()'s iter() signature

Per ath12k convention, a pointer to struct ath12k_base should be named
'ab'. However, the current signature of the 'iter' parameter of
ath12k_dp_htt_tlv_iter() uses 'ar'. Change it to use 'ab'.

No functional changes, compile tested only.

Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
Link: https://patch.msgid.link/20260409-ath12k-htc-proto-v1-2-cda86d6355f1@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/dp_htt.c
drivers/net/wireless/ath/ath12k/dp_htt.h