Searched refs:ru_l (Results 1 – 2 of 2) sorted by relevance
712 u32 ru_h, ru_l; in mt76_connac2_mac_decode_he_radiotap_ru() local715 ru_l = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC_L); in mt76_connac2_mac_decode_he_radiotap_ru()717 ru = (u8)(ru_l | ru_h << 4); in mt76_connac2_mac_decode_he_radiotap_ru()
263 u32 ru_h, ru_l; in mt7996_mac_decode_he_radiotap_ru() local266 ru_l = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC_L); in mt7996_mac_decode_he_radiotap_ru()268 ru = (u8)(ru_l | ru_h << 4); in mt7996_mac_decode_he_radiotap_ru()
Completed in 8 milliseconds