• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching defs:aniState

743 	struct ar5416AniState *aniState = ah->curani;
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->iniDef.m1ThreshExt : m1ThreshExt_off;
781 aniState->iniDef.m2ThreshExt : m2ThreshExt_off;
815 if (!on != aniState->ofdmWeakSigDetectOff) {
819 !aniState->ofdmWeakSigDetectOff ?
826 aniState->ofdmWeakSigDetectOff = !on;
848 aniState->iniDef.firstep;
863 aniState->iniDef.firstepLow;
872 if (level != aniState->firstepLevel) {
877 aniState->firstepLevel,
881 aniState->iniDef.firstep);
886 aniState->firstepLevel,
890 aniState->iniDef.firstepLow);
891 if (level > aniState->firstepLevel)
893 else if (level < aniState->firstepLevel)
895 aniState->firstepLevel = level;
916 aniState->iniDef.cycpwrThr1;
932 aniState->iniDef.cycpwrThr1Ext;
940 if (level != aniState->spurImmunityLevel) {
945 aniState->spurImmunityLevel,
949 aniState->iniDef.cycpwrThr1);
954 aniState->spurImmunityLevel,
958 aniState->iniDef.cycpwrThr1Ext);
959 if (level > aniState->spurImmunityLevel)
961 else if (level < aniState->spurImmunityLevel)
963 aniState->spurImmunityLevel = level;
977 if (!is_on != aniState->mrcCCKOff) {
981 !aniState->mrcCCKOff ? "on" : "off",
987 aniState->mrcCCKOff = !is_on;
1003 aniState->spurImmunityLevel,
1004 !aniState->ofdmWeakSigDetectOff ? "on" : "off",
1005 aniState->firstepLevel,
1006 !aniState->mrcCCKOff ? "on" : "off",
1007 aniState->listenTime,
1008 aniState->cycleCount,
1009 aniState->listenTime,
1010 aniState->ofdmPhyErrCount,
1011 aniState->cckPhyErrCount);
1059 struct ar5416AniState *aniState;
1067 aniState = &ah->ani[index];
1068 ah->curani = aniState;
1069 iniDef = &aniState->iniDef;
1108 aniState->spurImmunityLevel = ATH9K_ANI_SPUR_IMMUNE_LVL_NEW;
1109 aniState->firstepLevel = ATH9K_ANI_FIRSTEP_LVL_NEW;
1110 aniState->ofdmWeakSigDetectOff = !ATH9K_ANI_USE_OFDM_WEAK_SIG;
1111 aniState->mrcCCKOff = !ATH9K_ANI_ENABLE_MRC_CCK;
1113 aniState->cycleCount = 0;