svn commit: r238636 - head/sys/dev/ath/ath_rate/sample

Adrian Chadd adrian at FreeBSD.org
Fri Jul 20 01:41:19 UTC 2012


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 */
 


More information about the svn-src-head mailing list