From owner-freebsd-wireless@FreeBSD.ORG Fri Jun 15 09:00:31 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2D7D1065675; Fri, 15 Jun 2012 09:00:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id A64478FC15; Fri, 15 Jun 2012 09:00:27 +0000 (UTC) Received: by dadv36 with SMTP id v36so3950304dad.13 for ; Fri, 15 Jun 2012 02:00:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=yRcZtUunx3Wr+FbaL2HIlXP3K/Vt+OwehSx0h/nQZEs=; b=zTQxIjzmJajo5xO918mu0SuirB5tjDPX8+rAUeAyo92E9qH7Ur/kEG/RPZ4VEsF9qA t/rOu//skHqio7vEkiduXre3qak/OuAYaQk8ou/jDvFk/tCGgnNHdnFiT7evL6B9UyzU +IM9iNpNgSTiqkoFpa/qMk8WysEUkdDajVQk3DMSmGXYxmASea/9BoqnLWJaAebcP5Gu 9ZzHIEEiQK2JrNgusyT6c+pB2Yl8wqWyXxOA17mjHrJj4fNY4Ur3PCYxHNd/DpbKLqDn Udpsteh2QhnYu7TExRVVv8VIdwLgR/ZjqgASnH5CZV3GXKx5BWPeqP5JqksGwX7TMoxZ QLmQ== MIME-Version: 1.0 Received: by 10.68.138.169 with SMTP id qr9mr17964397pbb.27.1339750827270; Fri, 15 Jun 2012 02:00:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.91.18 with HTTP; Fri, 15 Jun 2012 02:00:27 -0700 (PDT) In-Reply-To: References: Date: Fri, 15 Jun 2012 02:00:27 -0700 X-Google-Sender-Auth: JjnE6tDb8c59YlmCsftWAF2RKH4 Message-ID: From: Adrian Chadd To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: ath(4) now defaults to 802.11n on GENERIC/i386 and GENERIC/amd64 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 15 Jun 2012 09:00:31 -0000 On 15 June 2012 01:17, Adrian Chadd wrote: > Hi, > > I've flipped on ATH_ENABLE_11N and the interrupt mitigation in i386 > and amd64 GENERIC. [snip] > If you have problems, please read the wiki article: > http://wiki.freebsd.org/dev/ath(4) - specifically the bits where I > tell you to compile with the debugging and diagnostic stuff in your > -HEAD kernel, including the HAL/driver diagnostic APIs and tools. I've also just created a wiki page which provides a very basic overview of the debugging tools for the driver: http://wiki.freebsd.org/dev/ath(4)/Debugging I'll write one for net80211 tomorrow. It turns out 'wlanstats' is really damned helpful. adrian