Date: Wed, 10 Feb 2010 11:11:37 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203750 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201002101111.o1ABBbPV071520@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Wed Feb 10 11:11:37 2010 New Revision: 203750 URL: http://svn.freebsd.org/changeset/base/203750 Log: 't' stands for Turbo and is a valid mode, so fix previous commit. Pointed out by: sam Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Wed Feb 10 09:46:31 2010 (r203749) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Wed Feb 10 11:11:37 2010 (r203750) @@ -30,7 +30,7 @@ #include "ar5416/ar5416phy.h" /* - * Return the wireless modes (a,b,g,n) supported by hardware. + * Return the wireless modes (a,b,g,n,t) supported by hardware. * * This value is what is actually supported by the hardware * and is unaffected by regulatory/country code settings.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002101111.o1ABBbPV071520>