From owner-svn-src-all@FreeBSD.ORG Fri May 1 17:18:46 2009 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 30D12106566B; Fri, 1 May 2009 17:18:46 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1FABC8FC08; Fri, 1 May 2009 17:18:46 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n41HIkEU048693; Fri, 1 May 2009 17:18:46 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n41HIkRI048692; Fri, 1 May 2009 17:18:46 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200905011718.n41HIkRI048692@svn.freebsd.org> From: Sam Leffler Date: Fri, 1 May 2009 17:18:46 +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: r191725 - head/sys/conf 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: Fri, 01 May 2009 17:18:46 -0000 Author: sam Date: Fri May 1 17:18:45 2009 New Revision: 191725 URL: http://svn.freebsd.org/changeset/base/191725 Log: add more tdma fixed rate defaults Modified: head/sys/conf/options Modified: head/sys/conf/options ============================================================================== --- head/sys/conf/options Fri May 1 17:17:06 2009 (r191724) +++ head/sys/conf/options Fri May 1 17:18:45 2009 (r191725) @@ -800,6 +800,11 @@ TDMA_BINTVAL_DEFAULT opt_tdma.h TDMA_TXRATE_11B_DEFAULT opt_tdma.h TDMA_TXRATE_11G_DEFAULT opt_tdma.h TDMA_TXRATE_11A_DEFAULT opt_tdma.h +TDMA_TXRATE_TURBO_DEFAULT opt_tdma.h +TDMA_TXRATE_HALF_DEFAULT opt_tdma.h +TDMA_TXRATE_QUARTER_DEFAULT opt_tdma.h +TDMA_TXRATE_11NA_DEFAULT opt_tdma.h +TDMA_TXRATE_11NG_DEFAULT opt_tdma.h # Virtualize the network stack VIMAGE opt_global.h