Changeset 3952
- Timestamp:
- 02/12/09 22:51:00 (3 years ago)
- Files:
-
- madwifi/branches/madwifi-free/hal/ah_eeprom_v3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
madwifi/branches/madwifi-free/hal/ah_eeprom_v3.c
r3951 r3952 27 27 uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp) 28 28 { 29 const staticuint16_t intercepts3[] =29 static const uint16_t intercepts3[] = 30 30 { 0, 5, 10, 20, 30, 50, 70, 85, 90, 95, 100 }; 31 const staticuint16_t intercepts3_2[] =31 static const uint16_t intercepts3_2[] = 32 32 { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 }; 33 33 const uint16_t *ip = ee->ee_version < AR_EEPROM_VER3_2 ?
