Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_he.c113 u8 mcs_from_role = HE_MSC_NOT_SUPP; in rtw_he_set_asoc_cap_supp_mcs() local
129 mcs_from_role = GET_HE_CAP_MCS_1SS(role_cap->he_tx_mcs); 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()
134 mcs_from_role = GET_HE_CAP_MCS_1SS(role_cap->he_rx_mcs); 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()
143 mcs_from_role = GET_HE_CAP_MCS_2SS(role_cap->he_tx_mcs); 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()
148 mcs_from_role = GET_HE_CAP_MCS_2SS(role_cap->he_rx_mcs); in rtw_he_set_asoc_cap_supp_mcs()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_he.c113 u8 mcs_from_role = HE_MSC_NOT_SUPP; in rtw_he_set_asoc_cap_supp_mcs() local
129 mcs_from_role = GET_HE_CAP_MCS_1SS(role_cap->he_tx_mcs); 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()
134 mcs_from_role = GET_HE_CAP_MCS_1SS(role_cap->he_rx_mcs); 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()
143 mcs_from_role = GET_HE_CAP_MCS_2SS(role_cap->he_tx_mcs); 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()
148 mcs_from_role = GET_HE_CAP_MCS_2SS(role_cap->he_rx_mcs); in rtw_he_set_asoc_cap_supp_mcs()
[all …]