From owner-cvs-src-old@FreeBSD.ORG Mon Apr 18 12:15:56 2011 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 181D210656FB for ; Mon, 18 Apr 2011 12:15:56 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 011B38FC1A for ; Mon, 18 Apr 2011 12:15:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3ICFtu8067615 for ; Mon, 18 Apr 2011 12:15:55 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3ICFt1p067614 for cvs-src-old@freebsd.org; Mon, 18 Apr 2011 12:15:55 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201104181215.p3ICFt1p067614@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Mon, 18 Apr 2011 12:15:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_ath_sysctl.c if_athioctl.h if_athvar.h src/sys/dev/ath/ath_hal ah.h src/sys/dev/ath/ath_hal/ar5416 ar5416_misc.c ar5416_reset.c 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: Mon, 18 Apr 2011 12:15:56 -0000 adrian 2011-04-18 12:15:43 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_ath_sysctl.c if_athioctl.h if_athvar.h sys/dev/ath/ath_hal ah.h sys/dev/ath/ath_hal/ar5416 ar5416_misc.c ar5416_reset.c Log: SVN rev 220772 on 2011-04-18 12:15:43Z by adrian Add global TX timeout handling. The global TX timeout counter increments whenever a frame is ready to be transmitted and the medium is busy. Revision Changes Path 1.32 +1 -0 src/sys/dev/ath/ath_hal/ah.h 1.8 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c 1.48 +2 -4 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.313 +6 -0 src/sys/dev/ath/if_ath.c 1.3 +2 -0 src/sys/dev/ath/if_ath_sysctl.c 1.31 +2 -1 src/sys/dev/ath/if_athioctl.h 1.102 +2 -0 src/sys/dev/ath/if_athvar.h