Lines Matching refs:txrate
1155 struct rate_info *txrate = &msta->wcid.rate;
1163 if (txrate->legacy || txrate->flags) {
1164 if (txrate->legacy) {
1165 sinfo->txrate.legacy = txrate->legacy;
1167 sinfo->txrate.mcs = txrate->mcs;
1168 sinfo->txrate.nss = txrate->nss;
1169 sinfo->txrate.bw = txrate->bw;
1170 sinfo->txrate.he_gi = txrate->he_gi;
1171 sinfo->txrate.he_dcm = txrate->he_dcm;
1172 sinfo->txrate.he_ru_alloc = txrate->he_ru_alloc;
1174 sinfo->txrate.flags = txrate->flags;