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

/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dani.c455 as->last_listen = as->listen_time; ath5k_ani_period_restart()
459 as->listen_time = 0; ath5k_ani_period_restart()
484 as->listen_time += listen; ath5k_ani_calibration()
491 ofdm_high = as->listen_time * ATH5K_ANI_OFDM_TRIG_HIGH / 1000; ath5k_ani_calibration()
492 cck_high = as->listen_time * ATH5K_ANI_CCK_TRIG_HIGH / 1000; ath5k_ani_calibration()
493 ofdm_low = as->listen_time * ATH5K_ANI_OFDM_TRIG_LOW / 1000; ath5k_ani_calibration()
494 cck_low = as->listen_time * ATH5K_ANI_CCK_TRIG_LOW / 1000; ath5k_ani_calibration()
497 "listen %d (now %d)", as->listen_time, listen); ath5k_ani_calibration()
508 } else if (as->listen_time > 5 * ATH5K_ANI_LISTEN_PERIOD) { ath5k_ani_calibration()
H A Dani.h68 * @listen_time: Listen time
91 unsigned int listen_time; member in struct:ath5k_ani_state
H A Ddebug.c746 as->listen_time, as->last_listen); read_file_ani()
/linux-4.1.27/drivers/net/wireless/ath/
H A Dhw.c181 int32_t listen_time; ath_hw_get_listen_time() local
183 listen_time = (cc->cycles - cc->rx_frame - cc->tx_frame) / ath_hw_get_listen_time()
188 return listen_time; ath_hw_get_listen_time()

Completed in 100 milliseconds