rtw_phy_set_edcca_th
EXPORT_SYMBOL(rtw_phy_set_edcca_th);
void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l);
rtw_phy_set_edcca_th(rtwdev, RTW8822B_EDCCA_MAX, RTW8822B_EDCCA_MAX);
rtw_phy_set_edcca_th(rtwdev, l2h, h2l);
rtw_phy_set_edcca_th(rtwdev, RTW8822C_EDCCA_MAX, RTW8822C_EDCCA_MAX);
rtw_phy_set_edcca_th(rtwdev, l2h, h2l);