[ath_hal] add extra ANI fields for the AR9300 HAL.
I'm trying to debug why reception upstairs here is so terrible and it turns out ANI is buggy. (Which is no surprise, ANI is always buggy.) Tested: * Carambola2 (AR9331), STA/AP modes
This commit is contained in:
parent
aac05db79f
commit
2f1a4c4d30
@ -893,11 +893,13 @@ typedef struct {
|
||||
} HAL_ANI_STATS;
|
||||
|
||||
typedef struct {
|
||||
uint8_t noiseImmunityLevel;
|
||||
uint8_t noiseImmunityLevel; /* OFDM */
|
||||
uint8_t cckNoiseImmunityLevel;
|
||||
uint8_t spurImmunityLevel;
|
||||
uint8_t firstepLevel;
|
||||
uint8_t ofdmWeakSigDetectOff;
|
||||
uint8_t cckWeakSigThreshold;
|
||||
uint8_t mrcCckOff;
|
||||
uint32_t listenTime;
|
||||
|
||||
/* NB: intentionally ordered so data exported to user space is first */
|
||||
|
Loading…
x
Reference in New Issue
Block a user