ofdm_high 478 drivers/net/wireless/ath/ath5k/ani.c int listen, ofdm_high, ofdm_low, cck_high, cck_low; ofdm_high 491 drivers/net/wireless/ath/ath5k/ani.c ofdm_high = as->listen_time * ATH5K_ANI_OFDM_TRIG_HIGH / 1000; ofdm_high 500 drivers/net/wireless/ath/ath5k/ani.c as->ofdm_errors, ofdm_high, as->cck_errors, cck_high); ofdm_high 502 drivers/net/wireless/ath/ath5k/ani.c if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) { ofdm_high 504 drivers/net/wireless/ath/ath5k/ani.c bool ofdm_flag = as->ofdm_errors > ofdm_high ? true : false;