On Wed, 2024-03-20 at 23:26 +0200, Miri Korenblit wrote: > > - link_sta = > + mvm_link_sta = > rcu_dereference_check(mvmsta->link[link_id], > lockdep_is_held(&mvm->mutex)); > if (!link_sta) > continue; > I forgot to adjust this condition, and as we found out, that will be needed during link switch :) I'll fix that when I apply it. johannes