Searched refs:ru_h (Results 1 – 1 of 1) sorted by relevance
187 u32 ru_h, ru_l; in mt7915_mac_decode_he_radiotap_ru() local191 ru_h = FIELD_GET(MT_PRXV_HE_RU_ALLOC_H, le32_to_cpu(rxv[1])); in mt7915_mac_decode_he_radiotap_ru()192 ru = (u8)(ru_l | ru_h << 4); in mt7915_mac_decode_he_radiotap_ru()