Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c4297 if (rssi_a > rssi_b + RTW89_TX_DIV_RSSI_RAW_TH) in rtw89_phy_tx_path_div_sta_iter()
4299 else if (rssi_b > rssi_a + RTW89_TX_DIV_RSSI_RAW_TH) in rtw89_phy_tx_path_div_sta_iter()
4390 else if (main_rssi > aux_rssi + RTW89_TX_DIV_RSSI_RAW_TH) in rtw89_phy_antdiv_decision_state()
4392 else if (aux_rssi > main_rssi + RTW89_TX_DIV_RSSI_RAW_TH) in rtw89_phy_antdiv_decision_state()
H A Dcore.h39 #define RTW89_TX_DIV_RSSI_RAW_TH (2 << RSSI_FACTOR) macro