Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds