Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
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()
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-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c2026 static const struct ieee80211_radiotap_he_mu mu_known = { in iwl_mvm_rx_he() local
2041 he_mu = skb_put_data(skb, &mu_known, sizeof(mu_known)); in iwl_mvm_rx_he()