Searched refs:mcs_from_ie (Results 1 – 2 of 2) sorted by relevance
114 u8 mcs_from_ie = HE_MSC_NOT_SUPP; in rtw_he_set_asoc_cap_supp_mcs() local130 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 …]