Home
last modified time | relevance | path

Searched refs:ru_ch2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac3_mac.c90 he_mu->ru_ch2[0] = le32_get_bits(rxv[16], MT_CRXV_HE_RU1) & 0xff; 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.c839 he_mu->ru_ch2[0] = in mt76_connac2_mac_decode_he_mu_radiotap()
846 he_mu->ru_ch2[1] = in mt76_connac2_mac_decode_he_mu_radiotap()
/linux-6.12.1/include/net/
Dieee80211_radiotap.h322 u8 ru_ch2[4]; member
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c971 he_mu->ru_ch2[0] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH2_RU0, in iwl_mvm_decode_he_mu_ext()
973 he_mu->ru_ch2[1] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH2_RU1, in iwl_mvm_decode_he_mu_ext()
975 he_mu->ru_ch2[2] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH2_RU2, in iwl_mvm_decode_he_mu_ext()
977 he_mu->ru_ch2[3] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH2_RU3, in iwl_mvm_decode_he_mu_ext()