Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_stats_struct.h188 #define CDP_SNR_AVG(x, y) ((((x) << 2) + (y) - (x)) >> 2) macro
190 #define CDP_SNR_UPDATE_AVG(x, y) x = CDP_SNR_AVG((x), CDP_SNR_IN((y)))