Searched refs:ru_h (Results 1 – 1 of 1) sorted by relevance
702 u32 ru_h, ru_l; in mt76_connac2_mac_decode_he_radiotap_ru() local706 ru_h = le32_get_bits(rxv[1], MT_PRXV_HE_RU_ALLOC_H); in mt76_connac2_mac_decode_he_radiotap_ru()707 ru = (u8)(ru_l | ru_h << 4); in mt76_connac2_mac_decode_he_radiotap_ru()