Return-path: Received: from mail-co1nam03on0086.outbound.protection.outlook.com ([104.47.40.86]:5536 "EHLO NAM03-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751069AbdFUHic (ORCPT ); Wed, 21 Jun 2017 03:38:32 -0400 Subject: Re: [RFC] mac80211: support non-data TXQs To: Johannes Berg , "linux-wireless@vger.kernel.org" References: <20170620210309.1193-1-johannes@sipsolutions.net> <1498028959.4955.1.camel@sipsolutions.net> From: Igor Mitsyanko Message-ID: (sfid-20170621_093837_558074_5BDFC7AA) Date: Wed, 21 Jun 2017 00:38:16 -0700 MIME-Version: 1.0 In-Reply-To: <1498028959.4955.1.camel@sipsolutions.net> Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 06/21/2017 12:09 AM, Johannes Berg wrote: > >> [snip] > [please trim the amount of text you quote] > >>> - txqi->txq.ac = ieee80211_ac_from_tid(tid); >>> + if (tid == IEEE80211_NUM_TIDS + 1) >>> + txqi->txq.ac = IEEE80211_AC_VO; >> >> Why voice, maybe commit message should mention it? > > That's standard for management frames, I really didn't think that'd > need any comment? You're right, for some reason I thought about "null data" frames instead of "no data" frames. > > johannes >