From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 22 23:48:23 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6AC4D64; Sun, 22 Mar 2015 23:48:23 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CD3C97C; Sun, 22 Mar 2015 23:48:23 +0000 (UTC) Received: by igcqo1 with SMTP id qo1so26010735igc.0; Sun, 22 Mar 2015 16:48:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=HytErMbdhkr9ZNLoWLJ9i5JPMb34Ty4KqudQg1xRITw=; b=CnO9/9+Yj72pOvHlKylkOiKu1iUe47rDDxJwx08pjo7OyT1/UM6X676oLlez1ZJYVJ lraGo2b297tBkCSK1myHZsmZwtChlw8/jEFCwLKAn5p9IFisxFBwCloPtsgas2eoW7u6 ftc9WbkZ60pyOnGcgg5AZwpVow2Hm2W6zdlXaDqNHd//1GCGW6f0j6anwyOiTC+EFOwO wqABdlKvtpm7+q7yQ/9vBP4Zf/9dhLoleKRMc8xKcIICaCcUHtq/0e2dgIMN44uj56pV Z+SQB7OdV7bVPO/3U6Nm2Qe0NiB9u/q35PhzfW8QcVQAaC0NMvmHoSudyjsawCFLGNUp hrpw== X-Received: by 10.50.66.235 with SMTP id i11mr11154758igt.40.1427068103003; Sun, 22 Mar 2015 16:48:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.129.161 with HTTP; Sun, 22 Mar 2015 16:48:02 -0700 (PDT) In-Reply-To: References: From: Miguel Clara Date: Sun, 22 Mar 2015 23:48:02 +0000 Message-ID: Subject: Re: ath0 performence issues "ar9300_Stub_GetCTSTimeout" "ar9300_Stub_GetCTSTimeout To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 22 Mar 2015 23:48:23 -0000 On Sun, Mar 22, 2015 at 5:48 PM, Adrian Chadd wrote: > Hi, > > * use force_full_reset at startup - maybe put it in /etc/sysctl.conf > * upgrade to what I just committed to net80211 today. > > It turns out that after some recent changes in -HEAD, 11n aggregation > wouldn't happen if you tried using it > 10 minutes after boot. > > Grr. > Haha!! So that's why it was switching to the 2.4 network and 11g... Thanks for the fix, compiling now, and I'll still keep ath_debug stuff present, might be useful. I need to read up on athstats and other tools, which seem to be quite interesting for analyses/debugging... guessing this is the best place to look --> https://wiki.freebsd.org/dev/ath(4)/Debugging ? > > (Now i Have to update all the wifi APs in my apartment.) > > > -a >