On Thu, 2025-05-15 at 11:19 +0530, Sarika Sharma wrote: > > + void (*link_sta_statistics)(struct ieee80211_hw *hw, > + struct ieee80211_vif *vif, > + struct ieee80211_sta *sta, > + struct link_station_info *link_sinfo); That should pass the link STA, not the STA, not just because I removed the link_id from link_sinfo, but also that just generally makes way more sense? Looking at this prototype you have no idea how to even do anything link related. johannes