Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c8190 u8 edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi() local
8193 edcca_thre = EDCCA_MAX; in rtw89_phy_edcca_get_thre_by_rssi()
8195 edcca_thre = rssi_min - RSSI_UNIT_CONVER + EDCCA_UNIT_CONVER - in rtw89_phy_edcca_get_thre_by_rssi()
8197 edcca_thre = max_t(u8, edcca_thre, EDCCA_TH_L2H_LB); in rtw89_phy_edcca_get_thre_by_rssi()
8200 return edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi()