Home
last modified time | relevance | path

Searched refs:ra_report (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/realtek/rtw88/
Dfw.c75 si->ra_report.txrate.flags = 0; in rtw_fw_ra_report_iter()
82 si->ra_report.txrate.legacy = rtw_desc_to_bitrate(rate); in rtw_fw_ra_report_iter()
88 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in rtw_fw_ra_report_iter()
90 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_MCS; in rtw_fw_ra_report_iter()
93 si->ra_report.txrate.mcs = mcs; in rtw_fw_ra_report_iter()
94 si->ra_report.txrate.nss = nss; in rtw_fw_ra_report_iter()
98 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw_fw_ra_report_iter()
101 si->ra_report.txrate.bw = RATE_INFO_BW_80; in rtw_fw_ra_report_iter()
103 si->ra_report.txrate.bw = RATE_INFO_BW_40; in rtw_fw_ra_report_iter()
105 si->ra_report.txrate.bw = RATE_INFO_BW_20; in rtw_fw_ra_report_iter()
[all …]
Dmac80211.c670 sinfo->txrate = si->ra_report.txrate; in rtw_ops_sta_statistics()
Dmain.h751 struct rtw_ra_report ra_report; member
Dphy.c530 mask = rtw_phy_get_rrsr_mask(rtwdev, si->ra_report.desc_rate); in rtw_phy_rrsr_mask_min_iter()
/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5492 rarpt = &priv->ra_report; in rtl8xxxu_c2hcmd_callback()
5512 rate = c2h->ra_report.rate; in rtl8xxxu_c2hcmd_callback()
5513 sgi = c2h->ra_report.sgi; in rtl8xxxu_c2hcmd_callback()
5530 if (skb->len >= offsetofend(typeof(*c2h), ra_report.bw)) { in rtl8xxxu_c2hcmd_callback()
5531 if (c2h->ra_report.bw == RTL8XXXU_CHANNEL_WIDTH_40) in rtl8xxxu_c2hcmd_callback()
5583 c2h->ra_report.rate, c2h->ra_report.sgi, in rtl8723bu_handle_c2h()
5584 c2h->ra_report.macid, c2h->ra_report.noisy_state); in rtl8723bu_handle_c2h()
6194 sinfo->txrate = priv->ra_report.txrate; in rtl8xxxu_sta_statistics()
Drtl8xxxu.h1191 } __packed ra_report; member
1393 struct rtl8xxxu_ra_report ra_report; member