Searched refs:g_step_idx (Results 1 - 2 of 2) 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 Dphy.c147 ah->ah_gain.g_step_idx = rfgain_opt_5111.go_default;
153 ah->ah_gain.g_step_idx = rfgain_opt_5112.go_default;
202 g_step = &go->go_step[ah->ah_gain.g_step_idx];
313 g_step = &go->go_step[ah->ah_gain.g_step_idx];
318 if (ah->ah_gain.g_step_idx == 0)
323 ah->ah_gain.g_step_idx > 0;
324 g_step = &go->go_step[ah->ah_gain.g_step_idx])
326 (go->go_step[--(ah->ah_gain.g_step_idx)].gos_gain -
336 if (ah->ah_gain.g_step_idx == (go->go_steps_count - 1))
341 ah->ah_gain.g_step_idx < g
[all...]
H A Dath5k.h642 u8 g_step_idx; member in struct:ath5k_gain

Completed in 100 milliseconds