6fb6b7ee36
o define HAL_SOFTC, HAL_BUS_TAG, and HAL_BUS_HANDLE to be machine independent; this fixes portability issues with bsd systems o add ah_disable api for turning off operation of both MAC and PHY o add ah_getAntennaSwitch and ah_setAntennaSwitch api's for better control of antenna usage and diversity o add ah_setAckCTSRate and ah_setAckCTSRate for controlling tx rate of h/w generated frames o add ah_setBeaconTimers api for simpler setting of the beacon timer registers o remove ah_waitForBeaconDone api o add HAL_TXDESC_DURENA flag to enable h/w duration setting in tx descriptor o correct documentation of min/max tx power units (.5 dBm) o switch arm, mips, and powerpc builds to use functions for register read/write operations o fix sparc builds to not reference %g2 and %g3 registers o add public builds for SoC's MFC after: 1 month
9 lines
213 B
C
9 lines
213 B
C
#define AH_SUPPORT_AR5210 1
|
|
#define AH_SUPPORT_AR5211 1
|
|
#define AH_SUPPORT_AR5212 1
|
|
#define AH_SUPPORT_5111 1
|
|
#define AH_SUPPORT_5112 1
|
|
#define AH_SUPPORT_2413 1
|
|
#define AH_SUPPORT_5413 1
|
|
#define AH_REGOPS_FUNC 1
|