Searched refs:he_mu (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 832 struct ieee80211_radiotap_he_mu *he_mu; in mt76_connac2_mac_decode_he_mu_radiotap() local 841 he_mu = skb_push(skb, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap() 842 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt76_connac2_mac_decode_he_mu_radiotap() 846 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_MCS, status->rate_idx); in mt76_connac2_mac_decode_he_mu_radiotap() 848 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_DCM, status->he_dcm); in mt76_connac2_mac_decode_he_mu_radiotap() 850 he_mu->flags2 |= MU_PREP(FLAGS2_BW_FROM_SIG_A_BW, status->bw) | in mt76_connac2_mac_decode_he_mu_radiotap() 854 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap() 857 he_mu->flags1 |= HE_BITS(MU_FLAGS1_CH2_RU_KNOWN); in mt76_connac2_mac_decode_he_mu_radiotap() 858 he_mu->ru_ch2[0] = in mt76_connac2_mac_decode_he_mu_radiotap() 863 he_mu->ru_ch1[1] = in mt76_connac2_mac_decode_he_mu_radiotap() [all …]
|
| /linux/net/mac80211/ |
| H A D | rx.c | 330 struct ieee80211_radiotap_he_mu he_mu = {}; in ieee80211_add_rx_radiotap_header() local 346 he_mu = *(struct ieee80211_radiotap_he_mu *)skb->data; in ieee80211_add_rx_radiotap_header() 347 skb_pull(skb, sizeof(he_mu)); in ieee80211_add_rx_radiotap_header() 716 memcpy(pos, &he_mu, sizeof(he_mu)); in ieee80211_add_rx_radiotap_header() 717 pos += sizeof(he_mu); in ieee80211_add_rx_radiotap_header()
|