Changeset 3952

Show
Ignore:
Timestamp:
02/12/09 22:51:00 (3 years ago)
Author:
proski
Message:

fix static const order

Reference: FreeBSD r186017

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/branches/madwifi-free/hal/ah_eeprom_v3.c

    r3951 r3952  
    2727        uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp) 
    2828{ 
    29         const static uint16_t intercepts3[] = 
     29        static const uint16_t intercepts3[] = 
    3030                { 0, 5, 10, 20, 30, 50, 70, 85, 90, 95, 100 }; 
    31         const static uint16_t intercepts3_2[] = 
     31        static const uint16_t intercepts3_2[] = 
    3232                { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 }; 
    3333        const uint16_t *ip = ee->ee_version < AR_EEPROM_VER3_2 ?