Searched refs:ru_l (Results 1 – 2 of 2) sorted by relevance
94 u32 ru_h, ru_l; in mt76_connac3_mac_decode_he_mu_radiotap() local98 ru_l = le32_get_bits(rxv[16], MT_CRXV_HE_RU3_L); in mt76_connac3_mac_decode_he_mu_radiotap()100 he_mu->ru_ch2[1] = (u8)(ru_l | ru_h << 4); in mt76_connac3_mac_decode_he_mu_radiotap()
757 u32 ru_h, ru_l; in mt76_connac2_mac_decode_he_radiotap_ru() local760 ru_l = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC_L); in mt76_connac2_mac_decode_he_radiotap_ru()762 ru = (u8)(ru_l | ru_h << 4); in mt76_connac2_mac_decode_he_radiotap_ru()