Bump this up to match what the HAL is at now.

This commit is contained in:
Adrian Chadd 2012-07-20 01:41:18 +00:00
parent 78c166febf
commit 42420dccd5

View File

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