Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c834 static struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac2_mac_decode_he_mu_radiotap() local
844 mu_known.flags1 |= HE_BITS(MU_FLAGS1_SIG_B_COMP_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
845 mu_known.flags2 |= HE_BITS(MU_FLAGS2_PUNC_FROM_SIG_A_BW_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
850 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
851 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()