Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDphy.c6313 if (rssi_a > rssi_b + RTW89_TX_DIV_RSSI_RAW_TH) in __rtw89_phy_tx_path_div_sta_iter()
6315 else if (rssi_b > rssi_a + RTW89_TX_DIV_RSSI_RAW_TH) in __rtw89_phy_tx_path_div_sta_iter()
6437 else if (main_rssi > aux_rssi + RTW89_TX_DIV_RSSI_RAW_TH) in rtw89_phy_antdiv_decision_state()
6439 else if (aux_rssi > main_rssi + RTW89_TX_DIV_RSSI_RAW_TH) in rtw89_phy_antdiv_decision_state()
HDcore.h52 #define RTW89_TX_DIV_RSSI_RAW_TH (2 << RSSI_FACTOR) macro