On 2/4/25 03:14, Aloka Dixit wrote:
Function ath11k_mac_setup_bcn_tmpl() retrieves tx_arvif only for a sanity check and then calls ath11k_mac_setup_bcn_tmpl_mbssid() or ath11k_mac_setup_bcn_tmpl_ema() both of which again retrieve the same pointer. Instead store the pointer and pass it to the latter two functions.
Same, Is this tested? Perhaps you forgot to add "Tested-on:" tag?
Signed-off-by: Aloka Dixit <aloka.dixit@xxxxxxxxxxxxxxxx> ---
-- Aditya