Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drxmq.c1190 he_mu->flags1 |= in iwl_mvm_decode_he_mu_ext()
1194 he_mu->flags1 |= in iwl_mvm_decode_he_mu_ext()
1211 he_mu->flags1 |= in iwl_mvm_decode_he_mu_ext()
1215 he_mu->flags2 |= in iwl_mvm_decode_he_mu_ext()
1300 if (he_mu) in iwl_mvm_decode_he_phy_ru_alloc()
1301 he_mu->flags2 |= in iwl_mvm_decode_he_phy_ru_alloc()
1409 he_mu->flags1 |= in iwl_mvm_decode_he_phy_data()
1413 he_mu->flags1 |= in iwl_mvm_decode_he_phy_data()
1417 he_mu->flags2 |= in iwl_mvm_decode_he_phy_data()
1424 he_mu->flags2 |= in iwl_mvm_decode_he_phy_data()
[all …]
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mac.c768 struct ieee80211_radiotap_he_mu *he_mu; in mt76_connac2_mac_decode_he_mu_radiotap() local
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()
782 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_MCS, status->rate_idx); in mt76_connac2_mac_decode_he_mu_radiotap()
784 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_DCM, status->he_dcm); in mt76_connac2_mac_decode_he_mu_radiotap()
786 he_mu->flags2 |= MU_PREP(FLAGS2_BW_FROM_SIG_A_BW, status->bw) | in mt76_connac2_mac_decode_he_mu_radiotap()
790 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap()
793 he_mu->flags1 |= HE_BITS(MU_FLAGS1_CH2_RU_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap()
794 he_mu->ru_ch2[0] = in mt76_connac2_mac_decode_he_mu_radiotap()
799 he_mu->ru_ch1[1] = in mt76_connac2_mac_decode_he_mu_radiotap()
[all …]
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmac.c318 struct ieee80211_radiotap_he_mu *he_mu = NULL; 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()
327 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_MCS, status->rate_idx); in mt7996_mac_decode_he_mu_radiotap()
329 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_DCM, status->he_dcm); in mt7996_mac_decode_he_mu_radiotap()
331 he_mu->flags2 |= MU_PREP(FLAGS2_BW_FROM_SIG_A_BW, status->bw) | in mt7996_mac_decode_he_mu_radiotap()
335 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt7996_mac_decode_he_mu_radiotap()
338 he_mu->flags1 |= HE_BITS(MU_FLAGS1_CH2_RU_KNOWN); in mt7996_mac_decode_he_mu_radiotap()
339 he_mu->ru_ch2[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU1); in mt7996_mac_decode_he_mu_radiotap()
343 he_mu->ru_ch1[1] = le32_get_bits(rxv[3], MT_CRXV_HE_RU2); in mt7996_mac_decode_he_mu_radiotap()
[all …]
/linux-6.3-rc2/net/mac80211/
A Drx.c311 struct ieee80211_radiotap_he_mu he_mu = {}; in ieee80211_add_rx_radiotap_header() local
321 he_mu = *(struct ieee80211_radiotap_he_mu *)skb->data; in ieee80211_add_rx_radiotap_header()
322 skb_pull(skb, sizeof(he_mu)); in ieee80211_add_rx_radiotap_header()
677 memcpy(pos, &he_mu, sizeof(he_mu)); in ieee80211_add_rx_radiotap_header()
678 pos += sizeof(he_mu); in ieee80211_add_rx_radiotap_header()

Completed in 24 milliseconds