Lines Matching refs:mcs
732 rt2x00_set_field32(&word, TXWI_W0_MCS, txdesc->u.ht.mcs); in rt2800_write_tx_data()
864 u16 mcs, real_mcs; in rt2800_txdone_entry() local
873 mcs = rt2x00_get_field32(word, TXWI_W0_MCS); in rt2800_txdone_entry()
895 if (unlikely(aggr == 1 && ampdu == 0 && real_mcs != 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()
7595 spec->ht.mcs.tx_params = in rt2800_probe_hw_mode()
7603 spec->ht.mcs.rx_mask[2] = 0xff; in rt2800_probe_hw_mode()
7605 spec->ht.mcs.rx_mask[1] = 0xff; in rt2800_probe_hw_mode()
7607 spec->ht.mcs.rx_mask[0] = 0xff; in rt2800_probe_hw_mode()
7608 spec->ht.mcs.rx_mask[4] = 0x1; /* MCS32 */ in rt2800_probe_hw_mode()