> + 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. johannes