Searched refs:edcca_thre (Results 1 – 1 of 1) sorted by relevance
6460 u8 edcca_thre; in rtw89_phy_edcca_get_thre_by_rssi() local6463 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()