Home
last modified time | relevance | path

Searched refs:is_type_ht (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h173 #define is_type_ht(type) (is_type_ht_siso(type) || is_type_ht_mimo2(type)) macro
187 #define is_ht(rate) is_type_ht((rate)->type)
H A Drs.c510 else if ((is_type_ht(rate->type) || is_type_vht(rate->type)) && in rs_pretty_rate()