Lines Matching refs:txrate
28 mt76_mac_process_tx_rate(struct ieee80211_tx_rate *txrate, u16 rate)
32 txrate->idx = 0;
33 txrate->flags = 0;
34 txrate->count = 1;
38 txrate->idx = idx + 4;
44 txrate->idx = idx;
47 txrate->flags |= IEEE80211_TX_RC_GREEN_FIELD;
50 txrate->flags |= IEEE80211_TX_RC_MCS;
51 txrate->idx = idx;
59 txrate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
62 txrate->flags |= IEEE80211_TX_RC_SHORT_GI;