Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_he.c114 u8 mcs_from_ie = HE_MSC_NOT_SUPP; in rtw_he_set_asoc_cap_supp_mcs() local
130 mcs_from_ie = GET_HE_CAP_RX_MCS_LESS_THAN_80MHZ_1SS(ele_start); in rtw_he_set_asoc_cap_supp_mcs()
131 if ((mcs_from_role != HE_MSC_NOT_SUPP) && (mcs_from_ie != HE_MSC_NOT_SUPP)) in rtw_he_set_asoc_cap_supp_mcs()
132 mcs_val_rx = (mcs_from_role < mcs_from_ie) ? mcs_from_role : mcs_from_ie; in rtw_he_set_asoc_cap_supp_mcs()
135 mcs_from_ie = GET_HE_CAP_TX_MCS_LESS_THAN_80MHZ_1SS(ele_start); in rtw_he_set_asoc_cap_supp_mcs()
136 if ((mcs_from_role != HE_MSC_NOT_SUPP) && (mcs_from_ie != HE_MSC_NOT_SUPP)) in rtw_he_set_asoc_cap_supp_mcs()
137 mcs_val_tx = mcs_from_ie; in rtw_he_set_asoc_cap_supp_mcs()
144 mcs_from_ie = GET_HE_CAP_RX_MCS_LESS_THAN_80MHZ_2SS(ele_start); in rtw_he_set_asoc_cap_supp_mcs()
145 if ((mcs_from_role != HE_MSC_NOT_SUPP) && (mcs_from_ie != HE_MSC_NOT_SUPP)) in rtw_he_set_asoc_cap_supp_mcs()
146 mcs_val_rx = (mcs_from_role < mcs_from_ie) ? mcs_from_role : mcs_from_ie; in rtw_he_set_asoc_cap_supp_mcs()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_he.c114 u8 mcs_from_ie = HE_MSC_NOT_SUPP; in rtw_he_set_asoc_cap_supp_mcs() local
130 mcs_from_ie = GET_HE_CAP_RX_MCS_LESS_THAN_80MHZ_1SS(ele_start); in rtw_he_set_asoc_cap_supp_mcs()
131 if ((mcs_from_role != HE_MSC_NOT_SUPP) && (mcs_from_ie != HE_MSC_NOT_SUPP)) in rtw_he_set_asoc_cap_supp_mcs()
132 mcs_val_rx = (mcs_from_role < mcs_from_ie) ? mcs_from_role : mcs_from_ie; in rtw_he_set_asoc_cap_supp_mcs()
135 mcs_from_ie = GET_HE_CAP_TX_MCS_LESS_THAN_80MHZ_1SS(ele_start); in rtw_he_set_asoc_cap_supp_mcs()
136 if ((mcs_from_role != HE_MSC_NOT_SUPP) && (mcs_from_ie != HE_MSC_NOT_SUPP)) in rtw_he_set_asoc_cap_supp_mcs()
137 mcs_val_tx = mcs_from_ie; in rtw_he_set_asoc_cap_supp_mcs()
144 mcs_from_ie = GET_HE_CAP_RX_MCS_LESS_THAN_80MHZ_2SS(ele_start); in rtw_he_set_asoc_cap_supp_mcs()
145 if ((mcs_from_role != HE_MSC_NOT_SUPP) && (mcs_from_ie != HE_MSC_NOT_SUPP)) in rtw_he_set_asoc_cap_supp_mcs()
146 mcs_val_rx = (mcs_from_role < mcs_from_ie) ? mcs_from_role : mcs_from_ie; in rtw_he_set_asoc_cap_supp_mcs()
[all …]