Home
last modified time | relevance | path

Searched refs:mcs_nss (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c5013 t_u16 mcs_nss[2]; in woal_cfg80211_notify_antcfg() local
5015 mcs_nss[0] = bands->iftype_data->he_cap in woal_cfg80211_notify_antcfg()
5018 mcs_nss[1] = mcs_nss[0] |= 0x0c; in woal_cfg80211_notify_antcfg()
5024 (t_void *)&mcs_nss, in woal_cfg80211_notify_antcfg()
5025 sizeof(mcs_nss), in woal_cfg80211_notify_antcfg()
5039 t_u16 mcs_nss[2]; in woal_cfg80211_notify_antcfg() local
5041 mcs_nss[0] = bands->iftype_data->he_cap in woal_cfg80211_notify_antcfg()
5044 mcs_nss[1] = mcs_nss[0] = in woal_cfg80211_notify_antcfg()
5045 (mcs_nss[0] & ~0x0c) | in woal_cfg80211_notify_antcfg()
5046 ((mcs_nss[0] & 0x3) << 2); in woal_cfg80211_notify_antcfg()
[all …]
H A Dmoal_shim.c1614 rth->body.u.vht.mcs_nss[0] = vht_sig2 & (0xF0);
1616 rth->body.u.vht.mcs_nss[0] |=
H A Dmoal_main.h1924 t_u8 mcs_nss[4]; member