From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.taht.net (mail.taht.net [176.58.107.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 4249D3B2A3; Wed, 15 Feb 2017 18:03:47 -0500 (EST) Received: from dair.lan (unknown [198.27.232.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.taht.net (Postfix) with ESMTPSA id 703D121438; Wed, 15 Feb 2017 23:03:45 +0000 (UTC) To: Pete Heist , Dave Taht References: <32C42951-373F-4D90-8936-AA07039E5D73@gmail.com> <877f5c2pew.fsf@toke.dk> <42AC44CD-8C22-4EBC-B6AB-7786BA505D07@gmail.com> Cc: cake@lists.bufferbloat.net, make-wifi-fast@lists.bufferbloat.net From: =?UTF-8?Q?Dave_T=c3=a4ht?= Message-ID: Date: Wed, 15 Feb 2017 15:03:43 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <42AC44CD-8C22-4EBC-B6AB-7786BA505D07@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Cake] [Make-wifi-fast] Flent results for point-to-point Wi-Fi on LEDE/OM2P-HS available X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 23:03:47 -0000 On 2/14/17 12:56 AM, Pete Heist wrote: > >> On Jan 31, 2017, at 12:21 AM, Dave Taht wrote: >> >> It would be my hope that 802.11e is off (rrul will show this, and we >> still do badly with it on) > > Does this mean to try disabling WMM (uci set wireless.default_radio0.wmm='0’)? > > That’s how I took it, as it looks like WMM is a subset of 802.11e. But if I do that, I lose 802.11n support and throughput drops from ~90 Mbps to ~22 Mbps. I could get those results out of interest, but it wouldn’t be practical in the field. > > Or is there another way to turn off 802.11e without losing 802.11n support? you are correct. I misspoke. turning off wmm disables 802.11n. Which I'd forgotten until I too ran a test with wmm disabled a week or two back. What I'd done in cerowrt was disable the internal mac80211 QoS classifier entirely. (-1 line of code). Another way to do it is to apply an iptables rule to wash away all diffserv markings, but I don't care for that answer. try as I might I cannot remember if this was even possible in hostapd or in the mac layer any other way. I'll look this week. > Pete > > _______________________________________________ > Make-wifi-fast mailing list > Make-wifi-fast@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/make-wifi-fast >