Searched refs:MU_PREP (Results 1 – 1 of 1) sorted by relevance
844 #define MU_PREP(f, v) le16_encode_bits(v, IEEE80211_RADIOTAP_HE_MU_##f) in mt76_connac2_mac_decode_he_mu_radiotap() macro846 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()851 MU_PREP(FLAGS2_SIG_B_SYMS_USERS, in mt76_connac2_mac_decode_he_mu_radiotap()