From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bifrost.lang.hm (lang.hm [66.167.227.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id EF2503B2BA for ; Sun, 6 Nov 2016 20:45:10 -0500 (EST) Received: from dlang-laptop ([10.2.0.122]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id uA71j5S1006836; Sun, 6 Nov 2016 17:45:05 -0800 Date: Sun, 6 Nov 2016 17:45:05 -0800 (PST) From: David Lang X-X-Sender: root@dlang-laptop To: James Cloos cc: cerowrt-devel@lists.bufferbloat.net In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20.17 (DEB 179 2016-10-28) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Subject: Re: [Cerowrt-devel] Turris Omnia X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 01:45:11 -0000 On Sun, 6 Nov 2016, James Cloos wrote: >>>>>> "DL" == David Lang writes: > > DL> My first question is if you have checked that you don't have other > DL> 5GHz users on the same channel in your area. > > Yes, The Wifi Analyzer droid app (run on my fairly high end phablet) > shows only one other 5.0 ap in range; I chose the start of the 5.0 > channel range since there was nothing else. > > I don't know that I have anything else to check for non-802 competition > in that band, but I'm not stepping on any other 802 toes there. > > DL> Also, check that you have a country code set so that you can use the > DL> full power/frequency range for your location. > > Yes, that is set to US. > > If it help, I'm currently using (from /etc/config/wireless): > > config wifi-device 'radio0' > option type 'mac80211' > option country 'US' > option hwmode '11a' > option path 'platform/soc/soc:pcie-controller/pci0000:00/0000:00:02.0/0000:02:00.0' > option disabled '0' > option channel '36' > option htmode 'VHT80' > > config wifi-iface > option device 'radio0' > option network 'wifi50' > option mode 'ap' > option disabled '0' > option hidden '0' > option encryption 'psk2+tkip+aes' > > ((ssid and key elided.)) I wonder if you are running into the problem with encryption and packet re-ordering that was solved a couple months ago, try disabling fq_codel or test without encryption to see if that's the problem. David Lang