From owner-freebsd-wireless@FreeBSD.ORG Wed Jan 21 16:15:21 2015 Return-Path: Delivered-To: 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 1FC571B6; Wed, 21 Jan 2015 16:15:21 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE2707F6; Wed, 21 Jan 2015 16:15:20 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1YDxvy-00025F-Mz; Wed, 21 Jan 2015 22:15:16 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id t0LGFmpj073265; Wed, 21 Jan 2015 23:15:58 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id t0LGFhxh073249; Wed, 21 Jan 2015 22:15:43 +0600 (NOVT) (envelope-from danfe) Date: Wed, 21 Jan 2015 22:15:43 +0600 From: Alexey Dokuchaev To: Adrian Chadd Subject: Re: AR9462 PCIe1x card: endless messages in dmesg Message-ID: <20150121161542.GA71879@regency.nsu.ru> References: <20150121092039.GB72339@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 72148 [Jan 21 2015] X-KLMS-AntiSpam-Version: 5.5.3 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3328701, 3328724, 0 X-KLMS-AntiSpam-Info: LuaCore: 135 2015-01-21_16-10-13 52e4d1c9257cbaa782714efa98eaf2b83b98588a X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2015/01/20 13:57:40 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction 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: Wed, 21 Jan 2015 16:15:21 -0000 On Wed, Jan 21, 2015 at 08:06:09AM -0800, Adrian Chadd wrote: > Put ATH_ENABLE_11N in your kernel config. I will try that tomorrow, thanks! > Oh and if you build modules, build it with "make buildkernel", no "cd > /usr/src/sys/dev/modules/ath; make". Everything I've reported thus far was with kernel and modules built with "make buildkernel" (and no local patches applied), but I'll keep a note. That said, it would be nice to rebuild ath(4) with "cd .. && make" like you're mentioned. Can we expect it one day? ;-) ./danfe