On 2/22/2025 7:19 AM, Karthikeyan Periyasamy wrote: > Currently, when ath12k_mac_assign_vif_to_vdev() fails, the radio handle > (ar) gets accessed fom the link VIF handle (arvif) for debug logging, This WARNING:TYPO_SPELLING: 'fom' may be misspelled - perhaps 'from'? > is incorrect. In the fail scenario, radio handle is NULL. Fix the NULL > access, avoid radio handle access by moving to the hardware debug logging > helper function (ath12k_hw_warn).