Lines Matching refs:txrate
74 si->ra_report.txrate.flags = 0;
81 si->ra_report.txrate.legacy = rtw_desc_to_bitrate(rate);
87 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
89 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_MCS;
92 si->ra_report.txrate.mcs = mcs;
93 si->ra_report.txrate.nss = nss;
97 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
100 si->ra_report.txrate.bw = RATE_INFO_BW_80;
102 si->ra_report.txrate.bw = RATE_INFO_BW_40;
104 si->ra_report.txrate.bw = RATE_INFO_BW_20;
107 bit_rate = cfg80211_calculate_bitrate(&si->ra_report.txrate);