From 42420dccd51ae08c9c9ddc4dae15a929c39e1d34 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 20 Jul 2012 01:41:18 +0000 Subject: [PATCH] Bump this up to match what the HAL is at now. --- sys/dev/ath/ath_rate/sample/sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h index fcac3162d9e7..b9e723083640 100644 --- a/sys/dev/ath/ath_rate/sample/sample.h +++ b/sys/dev/ath/ath_rate/sample/sample.h @@ -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 */