Home
last modified time | relevance | path

Searched refs:firstep_level (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_ani.c242 ahp->ah_ani[i].firstep_level = HAL_ANI_DEF_FIRSTEP_LVL; in ar9300_ani_attach()
345 ani_state->firstep_level = HAL_ANI_DEF_FIRSTEP_LVL; in ar9300_ani_init_defaults()
378 if (ani_state->firstep_level != in ar9300_ani_set_odfm_noise_immunity_level()
433 if (ani_state->firstep_level != in ar9300_ani_set_cck_noise_immunity_level()
638 if (level != ani_state->firstep_level) { in ar9300_ani_control()
641 __func__, chan->ic_freq, ani_state->firstep_level, level, in ar9300_ani_control()
646 __func__, chan->ic_freq, ani_state->firstep_level, level, in ar9300_ani_control()
649 if (level > ani_state->firstep_level) { in ar9300_ani_control()
651 } else if (level < ani_state->firstep_level) { in ar9300_ani_control()
654 ani_state->firstep_level = level; in ar9300_ani_control()
[all …]
H A Dar9300_misc.c940 case 5: *result = ani->firstep_level; break; in ar9300_get_capability()
1269 ahp->ext_ani_state.firstepLevel = ani->firstep_level; in ar9300_get_diag_state()
H A Dar9300.h160 u_int8_t firstep_level; member