On 6/17/2024 9:16 PM, Rameshkumar Sundaram wrote: > @@ -4748,6 +4804,7 @@ static void ath12k_mac_op_sta_rc_update(struct ieee80211_hw *hw, > } > > rcu_read_lock(); > + arsta = &ahsta->deflink; same as in patch [1/3], do we really need rcu to protect ath12k_sta::deflink? > arvif = &ahvif->deflink; > spin_lock_bh(&ar->ab->base_lock);