>-----Original Message----- >From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> >Sent: Tuesday, February 14, 2023 10:06 PM >To: Sriram R (QUIC) <quic_srirrama@xxxxxxxxxxx> >Cc: linux-wireless@xxxxxxxxxxxxxxx >Subject: Re: [PATCH v2] wifi: mac80211: support poll sta for ML clients > >WARNING: This email originated from outside of Qualcomm. Please be wary >of any links or attachments, and do not enable macros. > >On Tue, 2023-02-14 at 16:34 +0000, Sriram R (QUIC) wrote: >> > >> > After all, we want to know the MLD is still there, not a specific >> > STA, right? >> Exactly. It is enough to check if the MLD is active and not specific >> to any link. >> But, as you mentioned above its hard to know if polling on the default >> link is good enough to check MLD is alive.. So the suggestion is to >> use the link id as UNSPECIFIED and let driver decide to send the null >> data in any of the active links? > >Yes, put all the MLD addresses into the frame if we don't already do that >anyway, and that should be good enough for the device to do the translation? Sure, then I think apart from filling the IEEE80211_TX_CTRL_MLO_LINK here other things are already In place. Thanks, Sriram.R