Searched refs:ru_h (Results 1 – 2 of 2) sorted by relevance
94 u32 ru_h, ru_l; in mt76_connac3_mac_decode_he_mu_radiotap() local99 ru_h = le32_get_bits(rxv[17], MT_CRXV_HE_RU3_H) & 0x7; 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() local761 ru_h = le32_get_bits(rxv[1], MT_PRXV_HE_RU_ALLOC_H); in mt76_connac2_mac_decode_he_radiotap_ru()762 ru = (u8)(ru_l | ru_h << 4); in mt76_connac2_mac_decode_he_radiotap_ru()