Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c61 static const struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac3_mac_decode_he_mu_radiotap() local
72 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac3_mac_decode_he_mu_radiotap()
73 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac3_mac_decode_he_mu_radiotap()
H A Dmt76_connac_mac.c792 static struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac2_mac_decode_he_mu_radiotap() local
802 mu_known.flags1 |= HE_BITS(MU_FLAGS1_SIG_B_COMP_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
803 mu_known.flags2 |= HE_BITS(MU_FLAGS2_PUNC_FROM_SIG_A_BW_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
808 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
809 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c2029 static const struct ieee80211_radiotap_he_mu mu_known = { in iwl_mvm_rx_he() local
2044 he_mu = skb_put_data(skb, &mu_known, sizeof(mu_known)); in iwl_mvm_rx_he()