[PATCH 10/13] nl80211: implement add_ts/del_ts ops

Johannes Berg johannes at sipsolutions.net
Wed Oct 22 03:31:41 EDT 2014


On Wed, 2014-10-22 at 08:50 +0200, Johannes Berg wrote:
> > +		case NL80211_CMD_ADD_TX_TS:
> > +			info->wmm_ac_supported = 1;
> > +			break;
> 
> I believe this is wrong as I defined the command to cover both WMM and
> 802.11 TSPEC, you need to check the WMM-specific feature flag instead.

I'm an idiot, I made it a wiphy feature flag.

It seems better if we were to make that flag visible, just in case
somebody actually wants 802.11 tspec in the future and implements only
that?

I'll change the kernel code to advertise the feature flag so you can use
it.

johannes



More information about the HostAP mailing list