CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/05 12:43:57
Modified files:
sys/dev/ic : athn.c athnvar.h ar5008.c ar9003.c ar9003reg.h
Log message:
- fix athn_set_key() on big-endian machines (function is not used yet)
- change sign extension such that we do not rely on >> being an
arithmetic shift on signed integers
- various changes to AR9003 code, fix Tx path, enable Tx IQ calibration
