From 34f57e974bc7068bc1b3ea176d90d13283e43f7a Mon Sep 17 00:00:00 2001 From: rpaulo Date: Wed, 10 Feb 2010 11:11:37 +0000 Subject: [PATCH] 't' stands for Turbo and is a valid mode, so fix previous commit. Pointed out by: sam --- sys/dev/ath/ath_hal/ar5416/ar5416_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c b/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c index 60ffa633642e..ac6009bac8ba 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c @@ -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.