Searched refs:aniState (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dani.c144 struct ar5416AniState *aniState; local
150 aniState = ah->curani;
151 aniState->listenTime = 0;
153 if (aniState->ofdmTrigHigh > AR_PHY_COUNTMAX) {
154 aniState->ofdmPhyErrBase = 0;
158 aniState->ofdmPhyErrBase =
159 AR_PHY_COUNTMAX - aniState->ofdmTrigHigh;
161 if (aniState->cckTrigHigh > AR_PHY_COUNTMAX) {
162 aniState->cckPhyErrBase = 0;
166 aniState
192 struct ar5416AniState *aniState; local
228 struct ar5416AniState *aniState; local
300 struct ar5416AniState *aniState; local
338 struct ar5416AniState *aniState = ah->curani; local
385 struct ar5416AniState *aniState; local
401 struct ar5416AniState *aniState = ah->curani; local
442 struct ar5416AniState *aniState; local
455 struct ar5416AniState *aniState; local
511 struct ar5416AniState *aniState; local
550 struct ar5416AniState *aniState; local
595 struct ar5416AniState *aniState; local
686 struct ar5416AniState *aniState = ah->curani; local
776 struct ar5416AniState *aniState; local
862 struct ar5416AniState *aniState; local
1116 struct ar5416AniState *aniState = ah->curani; local
[all...]
H A Dar5008_phy.c1055 struct ar5416AniState *aniState = ah->curani; local
1083 if (level > aniState->noiseImmunityLevel)
1085 else if (level < aniState->noiseImmunityLevel)
1087 aniState->noiseImmunityLevel = level;
1138 if (!on != aniState->ofdmWeakSigDetectOff) {
1143 aniState->ofdmWeakSigDetectOff = !on;
1154 if (high != aniState->cckWeakSigThreshold) {
1159 aniState->cckWeakSigThreshold = high;
1177 if (level > aniState->firstepLevel)
1179 else if (level < aniState
1239 struct ar5416AniState *aniState = ah->curani; local
1528 struct ar5416AniState *aniState; local
[all...]
H A Dar9003_phy.c743 struct ar5416AniState *aniState = ah->curani; local
763 aniState->iniDef.m1ThreshLow : m1ThreshLow_off;
765 aniState->iniDef.m2ThreshLow : m2ThreshLow_off;
767 aniState->iniDef.m1Thresh : m1Thresh_off;
769 aniState->iniDef.m2Thresh : m2Thresh_off;
771 aniState->iniDef.m2CountThr : m2CountThr_off;
773 aniState->iniDef.m2CountThrLow : m2CountThrLow_off;
775 aniState->iniDef.m1ThreshLowExt : m1ThreshLowExt_off;
777 aniState->iniDef.m2ThreshLowExt : m2ThreshLowExt_off;
779 aniState
1059 struct ar5416AniState *aniState; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpani.c136 struct zsAniState *aniState; local
140 aniState = HpPriv->curani;
172 if (level > aniState->noiseImmunityLevel)
174 else if (level < aniState->noiseImmunityLevel)
176 aniState->noiseImmunityLevel = (u8_t)level;
225 if (!on != aniState->ofdmWeakSigDetectOff)
231 aniState->ofdmWeakSigDetectOff = !on;
245 if (high != aniState->cckWeakSigThreshold)
251 aniState->cckWeakSigThreshold = (u8_t)high;
271 if (level > aniState
339 struct zsAniState *aniState; local
378 struct zsAniState *aniState; local
457 struct zsAniState *aniState; local
502 struct zsAniState *aniState; local
575 struct zsAniState *aniState; local
617 struct zsAniState *aniState; local
[all...]

Completed in 96 milliseconds