Searched refs:mcs_user (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | 11ac.c | 116 u16 mcs_user, mcs_resp, nss, tmp; in mwifiex_fill_vht_cap_tlv() local 127 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv() 130 if ((mcs_user == IEEE80211_VHT_MCS_NOT_SUPPORTED) || in mwifiex_fill_vht_cap_tlv() 136 min(mcs_user, mcs_resp)); in mwifiex_fill_vht_cap_tlv() 150 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_fill_vht_cap_tlv() 152 if ((mcs_user == IEEE80211_VHT_MCS_NOT_SUPPORTED) || in mwifiex_fill_vht_cap_tlv() 158 min(mcs_user, mcs_resp)); in mwifiex_fill_vht_cap_tlv()
|
| D | tdls.c | 244 u16 mcs_user, mcs_resp, nss; in mwifiex_tdls_add_vht_oper() local 319 mcs_user = GET_VHTNSSMCS(mcs_map_user, nss); in mwifiex_tdls_add_vht_oper() 322 if ((mcs_user == IEEE80211_VHT_MCS_NOT_SUPPORTED) || in mwifiex_tdls_add_vht_oper() 328 min_t(u16, mcs_user, mcs_resp)); in mwifiex_tdls_add_vht_oper()
|