Lines Matching refs:ht
730 txdesc->u.ht.mpdu_density); in rt2800_write_tx_data()
731 rt2x00_set_field32(&word, TXWI_W0_TX_OP, txdesc->u.ht.txop); in rt2800_write_tx_data()
732 rt2x00_set_field32(&word, TXWI_W0_MCS, txdesc->u.ht.mcs); in rt2800_write_tx_data()
737 rt2x00_set_field32(&word, TXWI_W0_STBC, txdesc->u.ht.stbc); in rt2800_write_tx_data()
746 rt2x00_set_field32(&word, TXWI_W1_BW_WIN_SIZE, txdesc->u.ht.ba_size); in rt2800_write_tx_data()
749 txdesc->key_idx : txdesc->u.ht.wcid); in rt2800_write_tx_data()
7577 spec->ht.ht_supported = true; in rt2800_probe_hw_mode()
7579 spec->ht.ht_supported = false; in rt2800_probe_hw_mode()
7581 spec->ht.cap = in rt2800_probe_hw_mode()
7588 spec->ht.cap |= IEEE80211_HT_CAP_TX_STBC; in rt2800_probe_hw_mode()
7590 spec->ht.cap |= rt2x00dev->default_ant.rx_chain_num << in rt2800_probe_hw_mode()
7593 spec->ht.ampdu_factor = 3; in rt2800_probe_hw_mode()
7594 spec->ht.ampdu_density = 4; in rt2800_probe_hw_mode()
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()