Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mac.c761 static struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac2_mac_decode_he_mu_radiotap() local
771 mu_known.flags1 |= HE_BITS(MU_FLAGS1_SIG_B_COMP_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
772 mu_known.flags2 |= HE_BITS(MU_FLAGS2_PUNC_FROM_SIG_A_BW_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
777 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
778 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drxmq.c1467 static const struct ieee80211_radiotap_he_mu mu_known = { in iwl_mvm_rx_he() local
1482 he_mu = skb_put_data(skb, &mu_known, sizeof(mu_known)); in iwl_mvm_rx_he()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmac.c311 static const struct ieee80211_radiotap_he_mu mu_known = { in mt7996_mac_decode_he_mu_radiotap() local
322 he_mu = skb_push(skb, sizeof(mu_known)); in mt7996_mac_decode_he_mu_radiotap()
323 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt7996_mac_decode_he_mu_radiotap()

Completed in 13 milliseconds