On Thu, 2024-01-25 at 18:34 +0530, Aditya Kumar Singh wrote: > Currently, function to update beacon counter uses deflink to fetch > the beacon and then update the counter. However, with MLO, there is > a need to update the counter for the beacon in a particular link. > > Add support to use link_id in order to fetch the beacon from a particular > link data during beacon update counter. > Seems it would make sense to put this patch _before_ patch 2, since otherwise in patch 2 it would appear to be kind of working but then not really work? johannes