From owner-freebsd-current@FreeBSD.ORG Wed Dec 31 11:20:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5263E16A4CE for ; Wed, 31 Dec 2003 11:20:14 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC2943D53 for ; Wed, 31 Dec 2003 11:20:13 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1Ablt4-000677-7V; Wed, 31 Dec 2003 11:20:10 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 31 Dec 2003 11:20:09 -0800 To: Sam Leffler References: <200312301226.58173.sam@errno.com> <200312311052.37526.sam@errno.com> Message-Id: cc: FreeBSD Current Subject: Re: ath Ierrs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 19:20:14 -0000 >> # athstats >> 4 tx management frames >> 12 tx frames discarded prior to association >> 10 short on-chip tx retries >> 233 rx failed 'cuz of bad CRC >> 30 periodic calibrations >> 575 rate control checks >> >> # netstat -ni >> # netstat -in >> Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll >> em0 1500 00:0d:60:3b:5c:df 0 0 0 0 0 >> ath0 1500 00:05:4e:41:ee:cd 48705 3768 51091 0 0 >> ^^^^ >> ath0 1500 192.168.0 192.168.0.10 48177 - 51033 - - >> lo0 16384 24314 0 24314 0 0 >> lo0 16384 127 127.0.0.1 24314 - 24314 - - >> vmnet 1500 00:bd:d8:2a:00:01 0 0 1 0 0 >> vmnet 1500 192.168.254 192.168.254.1 0 - 0 - - > > I see nothing unusual here. how about anything ungood? i did not expect rx crcs. should i consider them normal? in the same environment, it was exceedingly rare to get any errors with a different laptop running 4.9-stable and an orinoco wi card. randy