Changeset 1796
- Timestamp:
- 11/09/06 08:28:11 (2 years ago)
- Files:
-
- trunk/Makefile.inc (modified) (2 diffs)
- trunk/ath/if_ath.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.inc
r1795 r1796 173 173 endif 174 174 175 # Don't let HAL mess with the toolchain - save toolchain va liables175 # Don't let HAL mess with the toolchain - save toolchain variables 176 176 save_CC := $(CC) 177 177 save_LD := $(LD) … … 182 182 include $(HAL)/public/$(TARGET).inc 183 183 184 # Restore toolchain va liables184 # Restore toolchain variables 185 185 CC := $(save_CC) 186 186 LD := $(save_LD) trunk/ath/if_ath.c
r1793 r1796 9321 9321 break; 9322 9322 case ATH_FFTXQMIN: 9323 /* XXX vali ate? */9323 /* XXX validate? */ 9324 9324 sc->sc_fftxqmin = val; 9325 9325 break;
