Date: Mon, 18 Apr 2011 12:15:43 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <201104181215.p3ICFt1p067614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181215.p3ICFt1p067614>