From owner-freebsd-wireless@FreeBSD.ORG Thu Oct 18 07:49:01 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9164E75E; Thu, 18 Oct 2012 07:49:01 +0000 (UTC) (envelope-from jhugo@meraka.csir.co.za) Received: from marge.meraka.csir.co.za (marge.meraka.csir.co.za [IPv6:2001:4200:7000:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7DBD48FC18; Thu, 18 Oct 2012 07:48:59 +0000 (UTC) Received: from jeep.localnet (unknown [IPv6:2001:4200:7000:3:223:aeff:fea7:a3c2]) by marge.meraka.csir.co.za (Postfix) with ESMTP id 4E6B6D0CC21; Thu, 18 Oct 2012 09:48:58 +0200 (SAST) From: Johann Hugo To: Adrian Chadd Subject: Re: 11n in adhoc mode Date: Thu, 18 Oct 2012 09:48:57 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-RELEASE-p3; KDE/4.7.3; amd64; ; ) References: <201210180934.48741.jhugo@meraka.csir.co.za> In-Reply-To: X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201210180948.57545.jhugo@meraka.csir.co.za> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 07:49:01 -0000 On Thursday 18 October 2012 09:37:09 Adrian Chadd wrote: > Hi, > > Try disabling ampdu - ifconfig wlanX -ampdu Nope, still the same. (done on both sides) mesh-1d04:~ # ifconfig wlan1 -ampdu mesh-1d04:~ # ifconfig wlan1 wlan1: flags=8843 metric 0 mtu 1500 ether 00:0c:42:6c:61:91 inet 10.50.50.1 netmask 0xffffff00 broadcast 10.50.50.255 inet6 fe80::20c:42ff:fe6c:6191%wlan1 prefixlen 64 scopeid 0x8 inet6 fde4:7b85:9218:10:20c:42ff:fe6c:6191 prefixlen 64 nd6 options=21 media: IEEE 802.11 Wireless Ethernet autoselect mode 11na status: running ssid testADHOC channel 28 (5140 MHz 11a ht/40-) bssid 02:8c:ca:fe:ca:10 regdomain NONE country ZA ecm authmode OPEN privacy OFF txpower 17 mcastrate 6 mgmtrate 6 scanvalid 60 -ampdu ampdulimit 8k ampdudensity 8 shortgi wme burst mesh-1d04:~ # ifconfig wlan1 list sta ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG 00:0c:42:6c:61:91 0 28 0M 18.5 30 25 0 I A 00:0c:42:6c:63:20 0 28 54M 18.5 0 3 288 I AQ HTCAP WME mesh-1d04:~ # iperf -c 10.50.50.2 ------------------------------------------------------------ Client connecting to 10.50.50.2, TCP port 5001 TCP window size: 32.5 KByte (default) ------------------------------------------------------------ [ 3] local 10.50.50.1 port 61073 connected with 10.50.50.2 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.1 sec 24.5 MBytes 20.4 Mbits/sec mesh-1d04:~ # ifconfig wlan1 list sta ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG 00:0c:42:6c:61:91 0 28 0M 18.5 0 43 656 I A 00:0c:42:6c:63:20 0 28 54M 18.0 0 17776 59552 I AQ HTCAP WME mesh-1d04:~ # athratestats -i ath1 -m 00:0c:42:6c:63:20 static_rix (-1) ratemask 0x0 [ 250] cur rate 54 Mb since switch: packets 4 ticks 292459 [ 250] last sample (6 Mb) cur sample (0 ) packets sent 28 [ 250] packets since sample 6 sample tt 0 [1600] cur rate 54 Mb since switch: packets 1 ticks 292477 [1600] last sample (36 Mb) cur sample (0 ) packets sent 17748 [1600] packets since sample 20 sample tt 764 TX Rate TXTOTAL:TXOK EWMA T/ F avg last xmit [ 9 Mb:1600] 1:1 (100.0%) 1/ 0 1848uS 291850 [18 Mb:1600] 17:17 (100.0%) 19/ 0 1193uS 292315 [24 Mb:1600] 28:28 (100.0%) 30/ 0 956uS 292259 [36 Mb: 250] 1:1 (100.0%) 1/ 0 464uS 288917 [36 Mb:1600] 203:203 (100.0%) 214/ 0 1003uS 292325 [48 Mb:1600] 7733:7733 (100.0%) 8335/ 0 794uS 292323 [54 Mb: 250] 27:27 (100.0%) 27/ 0 444uS 292478 [54 Mb:1600] 9767:9767 (100.0%) 10518/ 0 648uS 292477 > > > > > Adrian > > On 18 October 2012 00:34, Johann Hugo wrote: > > Hi > > > > Finally got a 11n test setup running FreeBSD 10.0-CURRENT on two ARM > > boards. > > > > HW = gateworks ARM > > OS = FreeBSD 10.0-CURRENT > > Build = arm-10-20121011 > > Wifi = RouterBOARD R52nM = AR9220 > > > > 11n works if one device is in AP mode and the other in ST mode, but I can > > get it running with both devices in ADHOC mode. > > > > Is there a special switch or something that I need to toggle for 11n to > > work in ADHOC mode ? > > > > Johann > > > > _______________________________________________ > > freebsd-wireless@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > > To unsubscribe, send any mail to > > "freebsd-wireless-unsubscribe@freebsd.org"