Searched refs:firstep_level (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/ath5k/
H A Dani.c133 ah->ah_sc->ani_state.firstep_level = level;
232 if (as->firstep_level < ATH5K_ANI_MAX_FIRSTEP_LVL)
233 ath5k_ani_set_firstep_level(ah, as->firstep_level + 1);
254 if (as->firstep_level < ATH5K_ANI_MAX_FIRSTEP_LVL) {
255 ath5k_ani_set_firstep_level(ah, as->firstep_level + 1);
265 if (as->firstep_level < ATH5K_ANI_MAX_FIRSTEP_LVL)
266 ath5k_ani_set_firstep_level(ah, as->firstep_level + 1);
275 if (as->firstep_level > 0)
303 if (as->firstep_level > 0) {
304 ath5k_ani_set_firstep_level(ah, as->firstep_level
[all...]
H A Dani.h66 int firstep_level; member in struct:ath5k_ani_state
H A Dsysfs.c48 SIMPLE_SHOW_STORE(firstep_level, sc->ani_state.firstep_level,
H A Ddebug.c646 as->firstep_level);

Completed in 99 milliseconds