From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 15 16:38:04 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 259F216A418 for ; Mon, 15 Oct 2007 16:38:04 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id F1AEE13C46B for ; Mon, 15 Oct 2007 16:38:03 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l9FGbwIm058695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Oct 2007 09:37:59 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <47139766.7000605@errno.com> Date: Mon, 15 Oct 2007 09:37:58 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.6 (X11/20070814) MIME-Version: 1.0 To: Kevin Oberman References: <20071015163119.3C2A84500E@ptavv.es.net> In-Reply-To: <20071015163119.3C2A84500E@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: o.com; whitelist Cc: freebsd-mobile@freebsd.org Subject: Re: Odd error messages on wireless 11a connection X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 16:38:04 -0000 Kevin Oberman wrote: > I am at a major networking conference and my wireless, while working, is > logging lots of errors that I don't understand at all. > > +update_stats: bogus ndx0 7, max 7, mode 1 > > Can anyone explain what these are? Do I need to be concerned? > > Atheros 5212 on FreeBSD current as of Oct. 5, i386, single processor > system. > ath0: mem 0xb4000000-0xb400ffff irq 11 at device 2.0 on pci11 > ath0: [ITHREAD] > ath0: using obsoleted if_watchdog interface > ath0: Ethernet address: 00:14:a4:60:f2:e3 > ath0: mac 5.9 phy 4.3 radio 3.6 > Update your ath driver. You've found an ap that is beaconing a "pureg" rate set and a recent change to the sample rate code broke that. Sam