Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2200 const union rtw89_phy_sts_ie09 *ie09; in rtw89_core_parse_phy_status_ie09() local
2203 ie09 = (const void *)iehdr; in rtw89_core_parse_phy_status_ie09()
2207 if (ie_len < sizeof(ie09->gen2)) in rtw89_core_parse_phy_status_ie09()
2211 phy_ppdu->ie09 = ie09; in rtw89_core_parse_phy_status_ie09()
2334 if (unlikely(phy_ppdu->ie09 && end - pos == 8 && iehdr->w0 == 0)) in rtw89_core_rx_parse_phy_sts()
2341 phy_ppdu->ie09 = NULL; in rtw89_core_rx_parse_phy_sts()
3246 const union rtw89_phy_sts_ie09 *ie09; in rtw89_core_update_radiotap_vht() local
3256 ie09 = phy_ppdu->ie09; in rtw89_core_update_radiotap_vht()
3257 if (!ie09) in rtw89_core_update_radiotap_vht()
3265 sig_a1 = le64_get_bits(ie09->gen2.qw0, RTW89_PHY_STS_IE09_VHT_SIG_A1_MASK_GEN2); in rtw89_core_update_radiotap_vht()
[all …]
H A Dcore.h874 const union rtw89_phy_sts_ie09 *ie09; /* SIG-A */ member