Re: [PATCH v2 6/8] wifi: ath12k: relocate a few functions in mac.c

From: Vasanthakumar Thiagarajan
Date: Wed Feb 05 2025 - 09:10:16 EST




On 2/4/2025 10:35 PM, Aditya Kumar Singh wrote:
An upcoming change will invoke ath12k_mac_init_arvif(),
ath12k_mac_assign_link_vif(), ath12k_mac_unassign_link_vif(), and
ath12k_mac_remove_link_interface() from a line located above their current
definition. Hence, relocate these functions to above so that these can be
invoked later on.

No functionality changes. Compile tested only.

Signed-off-by: Aditya Kumar Singh <aditya.kumar.singh@xxxxxxxxxxxxxxxx>

Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@xxxxxxxxxxxxxxxx>