From owner-svn-src-all@FreeBSD.ORG Fri Jul 20 01:41:19 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0026106564A; Fri, 20 Jul 2012 01:41:18 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DB4228FC0A; Fri, 20 Jul 2012 01:41:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6K1fIdu043027; Fri, 20 Jul 2012 01:41:18 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6K1fIG2043025; Fri, 20 Jul 2012 01:41:18 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201207200141.q6K1fIG2043025@svn.freebsd.org> From: Adrian Chadd Date: Fri, 20 Jul 2012 01:41:18 +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: r238636 - head/sys/dev/ath/ath_rate/sample 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, 20 Jul 2012 01:41:19 -0000 Author: adrian Date: Fri Jul 20 01:41:18 2012 New Revision: 238636 URL: http://svn.freebsd.org/changeset/base/238636 Log: Bump this up to match what the HAL is at now. Modified: head/sys/dev/ath/ath_rate/sample/sample.h Modified: head/sys/dev/ath/ath_rate/sample/sample.h ============================================================================== --- head/sys/dev/ath/ath_rate/sample/sample.h Fri Jul 20 01:38:03 2012 (r238635) +++ head/sys/dev/ath/ath_rate/sample/sample.h Fri Jul 20 01:41:18 2012 (r238636) @@ -90,7 +90,7 @@ bin_to_size(int index) /* per-node state */ struct sample_node { int static_rix; /* rate index of fixed tx rate */ -#define SAMPLE_MAXRATES 32 /* NB: corresponds to hal info[32] */ +#define SAMPLE_MAXRATES 64 /* NB: corresponds to hal info[32] */ uint32_t ratemask; /* bit mask of valid rate indices */ const struct txschedule *sched; /* tx schedule table */