aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-01-29 04:34:30 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-01-29 04:34:30 +0000
commitb2691d144a2d4020254e8b6bf17f90c2a33b9e9e (patch)
tree7863d5a6dab2ff99ad8ead141fe2b34937dcb17a
parent8577146eac8b38834e920c7e87f09f8c481b6f76 (diff)
downloadsrc-b2691d144a2d4020254e8b6bf17f90c2a33b9e9e.tar.gz
src-b2691d144a2d4020254e8b6bf17f90c2a33b9e9e.zip
Keep this in sync with the ar5212 power rate table size.
This doesn't yet know about the 802.11n radios or rates.
Notes
Notes: svn path=/head/; revision=218057
-rw-r--r--tools/tools/ath/athpow/athpow.c2
1 files changed, 1 insertions, 1 deletions
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);