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.c8789 u8 edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi() local
8792 edcca_thre = EDCCA_MAX; in rtw89_phy_edcca_get_thre_by_rssi()
8794 edcca_thre = rssi_min - RSSI_UNIT_CONVER + EDCCA_UNIT_CONVER - in rtw89_phy_edcca_get_thre_by_rssi()
8796 edcca_thre = max_t(u8, edcca_thre, EDCCA_TH_L2H_LB); in rtw89_phy_edcca_get_thre_by_rssi()
8799 return edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi()