Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c104 u16 mcs_user, mcs_resp, nss, tmp; in mwifiex_fill_vht_cap_tlv() local
116 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
119 (mcs_resp == IEEE80211_VHT_MCS_NOT_SUPPORTED)) in mwifiex_fill_vht_cap_tlv()
124 min(mcs_user, mcs_resp)); in mwifiex_fill_vht_cap_tlv()
139 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_fill_vht_cap_tlv()
141 (mcs_resp == IEEE80211_VHT_MCS_NOT_SUPPORTED)) in mwifiex_fill_vht_cap_tlv()
146 min(mcs_user, mcs_resp)); in mwifiex_fill_vht_cap_tlv()
H A Dtdls.c245 u16 mcs_user, mcs_resp, nss; in mwifiex_tdls_add_vht_oper() local
321 mcs_resp = GET_VHTNSSMCS(mcs_map_resp, nss); in mwifiex_tdls_add_vht_oper()
324 (mcs_resp == IEEE80211_VHT_MCS_NOT_SUPPORTED)) in mwifiex_tdls_add_vht_oper()
329 min_t(u16, mcs_user, mcs_resp)); in mwifiex_tdls_add_vht_oper()