From owner-svn-src-all@FreeBSD.ORG Wed Feb 10 11:11:37 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B34D106566B; Wed, 10 Feb 2010 11:11:37 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 59B758FC1B; Wed, 10 Feb 2010 11:11:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1ABBbe7071522; Wed, 10 Feb 2010 11:11:37 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1ABBbPV071520; Wed, 10 Feb 2010 11:11:37 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201002101111.o1ABBbPV071520@svn.freebsd.org> From: Rui Paulo Date: Wed, 10 Feb 2010 11:11:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203750 - head/sys/dev/ath/ath_hal/ar5416 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 11:11:37 -0000 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.