From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 15 17:52:56 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 9E9A816A417 for ; Mon, 15 Oct 2007 17:52:56 +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 68D8713C4B7 for ; Mon, 15 Oct 2007 17:52:56 +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 l9FHqtft059343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Oct 2007 10:52:55 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4713A8F7.4000603@errno.com> Date: Mon, 15 Oct 2007 10:52:55 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.6 (X11/20070814) MIME-Version: 1.0 To: Kevin Oberman References: <20071015173116.CAABE4500E@ptavv.es.net> In-Reply-To: <20071015173116.CAABE4500E@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 17:52:56 -0000 Kevin Oberman wrote: >> Date: Mon, 15 Oct 2007 09:37:58 -0700 >> From: Sam Leffler >> >> 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. >> > > Thanks, Sam, but I'm running 1.177 which looks like the latest in > CVS. Do you have anything more recent that is not yet committed or is > there still a problem? > From cvs log ath_rate/sample/sample.c: revision 1.19 date: 2007/10/13 22:30:41; author: sam; state: Exp; lines: +34 -18 revert 1.18: the negotiated rate set may not match the hal rate tables, so using the hal's rateCodeToIndex array will produce wrong indices for the negotiated rate set MFC after: 3 days And ignore my blathering about pureg/pureb/whatever. Just update. Sam