> > > @NL80211_TID_CONFIG_ATTR_OVERRIDE: flag attribute, valid only if no STA > > > is selected, if set indicates that the new configuration > > > overrides all previous STA configurations, otherwise previous > > > STA-specific configurations should be left untouched > > > > > > You also raise a good point wrt. "all TIDs" - but then we should > > > probably just remove NL80211_TID_CONFIG_ATTR_TID and add a new > > > NL80211_TID_CONFIG_ATTR_TIDS as a bitmap? OTOH, it's not hard to just > > > explicitly spell out all TIDs either, I guess, just makes the message a > > > bit bigger. > > > > The idea with bitmask for TIDs looks good. It eliminates the need for both > > 'all TIDs' define and additional attribute NL80211_TID_CONFIG_ATTR_OVERRIDE. > > I think we still need NL80211_TID_CONFIG_ATTR_OVERRIDE in some way > (maybe only as a flag attribute), since you could have > > * change all stations (some subset of TIDs) *including* already > configured stations > * or *excluding* already configured stations Hmmm... Logic is straightforwad without this flag: - settings are applied to bitmasked TIDs of a single peer if address is specifed - settings are applied to bitmasked TIDs of all the peers if no address is specified It looks like you want to infer too much from a single flag. Why keep this logic in cfg80211/mac80211/driver ? > > In fact, almost no changes are needed for the patch, mostly comments need > > to be updated. Manual typing in iw will be less convenient, but I guess > > this interface is not supposed to be used by humans after all... > > If that's a concern we can parse a list in iw, e.g. "0,1,2,3" instaed of > "0xf", right? Oh, right, it can be that simple. But this is by no means a concern. Regards, Sergey