From 375973917a31054e0a5f542916ec5a3627856141 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 29 Jan 2011 04:34:30 +0000 Subject: [PATCH] Keep this in sync with the ar5212 power rate table size. This doesn't yet know about the 802.11n radios or rates. --- tools/tools/ath/athpow/athpow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/ath/athpow/athpow.c b/tools/tools/ath/athpow/athpow.c index a798e7fd5233..2b2683d9e6da 100644 --- a/tools/tools/ath/athpow/athpow.c +++ b/tools/tools/ath/athpow/athpow.c @@ -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);