Searched refs:AR5K_ACK_FAIL (Results 1 – 3 of 3) sorted by relevance
733 pr_notice("ACK fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_ACK_FAIL)); in ath5k_ani_print_counters()
249 stats->ack_fail += ath5k_hw_reg_read(ah, AR5K_ACK_FAIL); in ath5k_hw_update_mib_counters()
1559 #define AR5K_ACK_FAIL (ah->ah_version == AR5K_AR5210 ? \ macro