summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-07-20 01:41:18 +0000
committeradrian <adrian@FreeBSD.org>2012-07-20 01:41:18 +0000
commit4939a38c3ff2514dd05b548d9140115b908b26ea (patch)
treef78b8ec8ce31e64cf222d10fa638d8f4994167ed
parent6618076433261460377286083e65c23599c3f4eb (diff)
downloadFreeBSD-src-4939a38c3ff2514dd05b548d9140115b908b26ea.zip
FreeBSD-src-4939a38c3ff2514dd05b548d9140115b908b26ea.tar.gz
Bump this up to match what the HAL is at now.
-rw-r--r--sys/dev/ath/ath_rate/sample/sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h
index fcac316..b9e7230 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 */
OpenPOWER on IntegriCloud