Changeset 2468
- Timestamp:
- 06/16/07 02:08:58 (2 years ago)
- Files:
-
- trunk/ath/if_ath.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ath/if_ath.c
r2466 r2468 10345 10345 10346 10346 /* Handle Rate Duration Table */ 10347 if (address >= 0x8700 && address < 0x8 800) {10347 if (address >= 0x8700 && address < 0x8780) { 10348 10348 snprintf(buf, buflen, "RATE(%2d).DURATION", 10349 10349 ((address - 0x8700) / sizeof(u_int32_t)));
