svn commit: r203750 - head/sys/dev/ath/ath_hal/ar5416

Rui Paulo rpaulo at FreeBSD.org
Wed Feb 10 11:11:37 UTC 2010


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.


More information about the svn-src-head mailing list