Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 01:41:18 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238636 - head/sys/dev/ath/ath_rate/sample
Message-ID:  <201207200141.q6K1fIG2043025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207200141.q6K1fIG2043025>