[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:
adrian 2019-03-04 06:42:06 +00:00
parent aac05db79f
commit 2f1a4c4d30

View File

@ -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 */