From owner-cvs-src@FreeBSD.ORG Wed Nov 12 21:35:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C759B16A4CE; Wed, 12 Nov 2003 21:35:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E7843F85; Wed, 12 Nov 2003 21:35:08 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAD5Z8XJ074164; Wed, 12 Nov 2003 21:35:08 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAD5Z7bJ074163; Wed, 12 Nov 2003 21:35:07 -0800 (PST) (envelope-from sam) Message-Id: <200311130535.hAD5Z7bJ074163@repoman.freebsd.org> From: Sam Leffler Date: Wed, 12 Nov 2003 21:35:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 05:35:08 -0000 sam 2003/11/12 21:35:07 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: Don't count PHY errors as input errors. This is important for 5212-based devices because PHY errors are used to collect data on environmental noise that and doesn't truly reflect the state of the communications media. The result is confused users. Folks that want to watch PHY errors can still get the statistics through the device ioctl (used by athstats). Revision Changes Path 1.32 +9 -1 src/sys/dev/ath/if_ath.c