Home
last modified time | relevance | path

Searched refs:ru_l (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac3_mac.c94 u32 ru_h, ru_l; in mt76_connac3_mac_decode_he_mu_radiotap() local
98 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()
Dmt76_connac_mac.c757 u32 ru_h, ru_l; in mt76_connac2_mac_decode_he_radiotap_ru() local
760 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()