Searched refs:real_mcs (Results 1 – 1 of 1) sorted by relevance
864 u16 mcs, real_mcs; in rt2800_txdone_entry() local876 real_mcs = rt2x00_get_field32(status, TX_STA_FIFO_MCS); in rt2800_txdone_entry()895 if (unlikely(aggr == 1 && ampdu == 0 && real_mcs != mcs)) { in rt2800_txdone_entry()896 skbdesc->tx_rate_idx = real_mcs; in rt2800_txdone_entry()897 mcs = real_mcs; in rt2800_txdone_entry()916 txdesc.retry = ((mcs > real_mcs) ? mcs - real_mcs : 0); in rt2800_txdone_entry()