Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dphy.c6460 u8 edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi() local
6463 edcca_thre = EDCCA_MAX; in rtw89_phy_edcca_get_thre_by_rssi()
6465 edcca_thre = rssi_min - RSSI_UNIT_CONVER + EDCCA_UNIT_CONVER - in rtw89_phy_edcca_get_thre_by_rssi()
6467 edcca_thre = max_t(u8, edcca_thre, EDCCA_TH_L2H_LB); in rtw89_phy_edcca_get_thre_by_rssi()
6470 return edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi()