Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c64 static const struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac3_mac_decode_he_mu_radiotap() local
75 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac3_mac_decode_he_mu_radiotap()
76 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac3_mac_decode_he_mu_radiotap()
H A Dmt76_connac_mac.c806 static struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac2_mac_decode_he_mu_radiotap() local
816 mu_known.flags1 |= HE_BITS(MU_FLAGS1_SIG_B_COMP_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
817 mu_known.flags2 |= HE_BITS(MU_FLAGS2_PUNC_FROM_SIG_A_BW_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
822 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
823 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1743 static const struct ieee80211_radiotap_he_mu mu_known = { in iwl_mvm_rx_he() local
1758 he_mu = skb_put_data(skb, &mu_known, sizeof(mu_known)); in iwl_mvm_rx_he()