From owner-cvs-src-old@FreeBSD.ORG Thu Feb 5 21:02:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F861065754 for ; Thu, 5 Feb 2009 21:02:47 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B292D8FC0A for ; Thu, 5 Feb 2009 21:02:47 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n15L2l3C010715 for ; Thu, 5 Feb 2009 21:02:47 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n15L2l5k010714 for cvs-src-old@freebsd.org; Thu, 5 Feb 2009 21:02:47 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200902052102.n15L2l5k010714@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Thu, 5 Feb 2009 21:02:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athioctl.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 21:02:49 -0000 sam 2009-02-05 21:02:40 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h Log: SVN rev 188195 on 2009-02-05 21:02:40Z by sam Minor packet drop improvements: o change tdma packet drop msg when ack required to ATH_DEBUG_TDMA (ATH_DEBUG_XMIT is too noisy) o add a debug msg for raw packet drop due to interface down/invalid o add stats for these two cases o explain how another drop case is handled Revision Changes Path 1.228 +8 -3 src/sys/dev/ath/if_ath.c 1.22 +3 -1 src/sys/dev/ath/if_athioctl.h