1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

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 Chadd 2011-01-29 04:34:30 +00:00
parent 8577146eac
commit b2691d144a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218057

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);