Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c7162 u8 edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi() local
7165 edcca_thre = EDCCA_MAX; in rtw89_phy_edcca_get_thre_by_rssi()
7167 edcca_thre = rssi_min - RSSI_UNIT_CONVER + EDCCA_UNIT_CONVER - in rtw89_phy_edcca_get_thre_by_rssi()
7169 edcca_thre = max_t(u8, edcca_thre, EDCCA_TH_L2H_LB); in rtw89_phy_edcca_get_thre_by_rssi()
7172 return edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi()