Home
last modified time | relevance | path

Searched refs:is_vht (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.h194 #define is_vht(rate) is_type_vht((rate)->type) macro
323 bool is_vht; member
Drs.c807 } else if (is_vht(rate)) { in ucode_rate_from_rs_rate()
929 !is_he(rate) && !is_vht(rate)); in rs_rate_from_ucode_rate()
1500 if ((!is_vht(&tbl->rate) && !is_ht(&tbl->rate)) || in rs_set_amsdu_len()
1698 rate->type = lq_sta->is_vht ? LQ_VHT_SISO : LQ_HT_SISO; in rs_switch_to_column()
1701 rate->type = lq_sta->is_vht ? LQ_VHT_MIMO2 : LQ_HT_MIMO2; in rs_switch_to_column()
1881 if (is_vht(rate)) in rs_tpc_allowed()
2410 rate->type = lq_sta->is_vht ? LQ_VHT_MIMO2 : LQ_HT_MIMO2; in rs_init_optimal_rate()
2412 rate->type = lq_sta->is_vht ? LQ_VHT_SISO : LQ_HT_SISO; in rs_init_optimal_rate()
2441 if (is_vht(rate)) { in rs_init_optimal_rate()
2819 lq_sta->is_vht = false; in rs_ht_init()
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c231 (pstatus->is_vht && in query_rxphystatus()
460 status->is_vht = rtl8821ae_get_rxdesc_is_vht(hw, pdesc); in rtl8821ae_rx_query_desc()
468 status->is_ht, status->is_vht, status->vht_nss, in rtl8821ae_rx_query_desc()
504 if (status->is_vht) in rtl8821ae_rx_query_desc()
534 status->is_vht, in rtl8821ae_rx_query_desc()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2133 bool is_vht; member