Searched refs:he_mu (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rxmq.c | 1179 he_mu->flags1 |= in iwl_mvm_decode_he_mu_ext() 1183 he_mu->flags1 |= in iwl_mvm_decode_he_mu_ext() 1200 he_mu->flags1 |= in iwl_mvm_decode_he_mu_ext() 1204 he_mu->flags2 |= in iwl_mvm_decode_he_mu_ext() 1289 if (he_mu) in iwl_mvm_decode_he_phy_ru_alloc() 1290 he_mu->flags2 |= in iwl_mvm_decode_he_phy_ru_alloc() 1394 he_mu->flags1 |= in iwl_mvm_decode_he_phy_data() 1398 he_mu->flags1 |= in iwl_mvm_decode_he_phy_data() 1402 he_mu->flags2 |= in iwl_mvm_decode_he_phy_data() 1409 he_mu->flags2 |= in iwl_mvm_decode_he_phy_data() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | mac.c | 234 struct ieee80211_radiotap_he_mu *he_mu; in mt7921_mac_decode_he_mu_radiotap() local 236 he_mu = skb_push(skb, sizeof(mu_known)); in mt7921_mac_decode_he_mu_radiotap() 237 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt7921_mac_decode_he_mu_radiotap() 241 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_MCS, status->rate_idx); in mt7921_mac_decode_he_mu_radiotap() 243 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_DCM, status->he_dcm); in mt7921_mac_decode_he_mu_radiotap() 245 he_mu->flags2 |= MU_PREP(FLAGS2_BW_FROM_SIG_A_BW, status->bw) | in mt7921_mac_decode_he_mu_radiotap() 249 he_mu->ru_ch1[0] = FIELD_GET(MT_CRXV_HE_RU0, le32_to_cpu(rxv[3])); in mt7921_mac_decode_he_mu_radiotap() 252 he_mu->flags1 |= HE_BITS(MU_FLAGS1_CH2_RU_KNOWN); in mt7921_mac_decode_he_mu_radiotap() 253 he_mu->ru_ch2[0] = in mt7921_mac_decode_he_mu_radiotap() 258 he_mu->ru_ch1[1] = in mt7921_mac_decode_he_mu_radiotap() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mac.c | 282 struct ieee80211_radiotap_he_mu *he_mu = NULL; in mt7915_mac_decode_he_mu_radiotap() local 284 he_mu = skb_push(skb, sizeof(mu_known)); in mt7915_mac_decode_he_mu_radiotap() 285 memcpy(he_mu, &mu_known, sizeof(mu_known)); in mt7915_mac_decode_he_mu_radiotap() 289 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_MCS, status->rate_idx); in mt7915_mac_decode_he_mu_radiotap() 291 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_DCM, status->he_dcm); in mt7915_mac_decode_he_mu_radiotap() 293 he_mu->flags2 |= MU_PREP(FLAGS2_BW_FROM_SIG_A_BW, status->bw) | in mt7915_mac_decode_he_mu_radiotap() 297 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt7915_mac_decode_he_mu_radiotap() 300 he_mu->flags1 |= HE_BITS(MU_FLAGS1_CH2_RU_KNOWN); in mt7915_mac_decode_he_mu_radiotap() 301 he_mu->ru_ch2[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU1); in mt7915_mac_decode_he_mu_radiotap() 305 he_mu->ru_ch1[1] = le32_get_bits(rxv[3], MT_CRXV_HE_RU2); in mt7915_mac_decode_he_mu_radiotap() [all …]
|
| /linux/net/mac80211/ |
| A D | rx.c | 300 struct ieee80211_radiotap_he_mu he_mu = {}; in ieee80211_add_rx_radiotap_header() local 310 he_mu = *(struct ieee80211_radiotap_he_mu *)skb->data; in ieee80211_add_rx_radiotap_header() 311 skb_pull(skb, sizeof(he_mu)); in ieee80211_add_rx_radiotap_header() 661 memcpy(pos, &he_mu, sizeof(he_mu)); in ieee80211_add_rx_radiotap_header() 662 pos += sizeof(he_mu); in ieee80211_add_rx_radiotap_header()
|
Completed in 27 milliseconds