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

/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dani.c409 unsigned int ofdm_err, cck_err; ath5k_ani_save_and_clear_phy_errors() local
415 cck_err = ath5k_hw_reg_read(ah, AR5K_PHYERR_CNT2); ath5k_ani_save_and_clear_phy_errors()
424 cck_err = ATH5K_ANI_CCK_TRIG_HIGH - (ATH5K_PHYERR_CNT_MAX - cck_err); ath5k_ani_save_and_clear_phy_errors()
428 if (ofdm_err <= 0 && cck_err <= 0) ath5k_ani_save_and_clear_phy_errors()
436 if (cck_err > 0) { ath5k_ani_save_and_clear_phy_errors()
437 as->cck_errors += cck_err; ath5k_ani_save_and_clear_phy_errors()
438 as->sum_cck_errors += cck_err; ath5k_ani_save_and_clear_phy_errors()

Completed in 63 milliseconds