Keep this in sync with the ar5212 power rate table size.

This doesn't yet know about the 802.11n radios or rates.
This commit is contained in:
adrian 2011-01-29 04:34:30 +00:00
parent 18ab342cb3
commit 375973917a

View File

@ -78,7 +78,7 @@ main(int argc, char *argv[])
const char *ifname;
HAL_REVS revs;
u_int16_t pcdacTable[MAX(PWR_TABLE_SIZE,PWR_TABLE_SIZE_2413)];
u_int16_t ratesArray[16];
u_int16_t ratesArray[37];
u_int nrates, npcdac;
s = socket(AF_INET, SOCK_DGRAM, 0);