Searched refs:ATH_RHIST_SIZE (Results 1 – 2 of 2) sorted by relevance
67 #define ATH_RHIST_SIZE 16 /* number of samples */ macro172 struct ath_recv_hist an_rx_hist[ATH_RHIST_SIZE];
1623 for (i = 0; i < ATH_RHIST_SIZE; i++) in ath_node_alloc()1625 an->an_rx_hist_next = ATH_RHIST_SIZE-1; in ath_node_alloc()1677 i = ATH_RHIST_SIZE-1; in ath_node_getrssi()1944 if (++(an->an_rx_hist_next) == ATH_RHIST_SIZE) in ath_rx_proc()