Changeset 2468

Show
Ignore:
Timestamp:
06/16/07 02:08:58 (2 years ago)
Author:
mtaylor
Message:

Mis-identified 0x8780-0x8800 as more rate table entries, but they are not. There are 32.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath/if_ath.c

    r2466 r2468  
    1034510345 
    1034610346                /* Handle Rate Duration Table */ 
    10347                 if (address >= 0x8700 && address < 0x8800) { 
     10347                if (address >= 0x8700 && address < 0x8780) { 
    1034810348                        snprintf(buf, buflen, "RATE(%2d).DURATION",  
    1034910349                                        ((address - 0x8700) / sizeof(u_int32_t)));