On Thu, 2024-11-07 at 07:51 -0800, Ben Greear wrote: > > > > So rather than reusing this, we probably just need to introduce a new > > _status_ field for it. And probably make it link_id+1 so 0 means no > > value (this works because link ID 15 is invalid). > > Where would you like this new field added? Well I guess we can take four bits from ieee80211_tx_info::status.pad or ieee80211_tx_info::status.pad2. We could also do it out of status.flags, but that doesn't seem worth it as long as we still have the pad? johannes