Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.h249 LQ_A, enumerator
256 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A))
262 #define is_a_band(tbl) ((tbl) == LQ_A)
Drs.c606 tbl->lq_type = LQ_A; in rs_get_tbl_info_from_mcs()
787 tbl->lq_type = LQ_A; in rs_get_lower_rate()
/linux-5.19.10/drivers/net/wireless/intel/iwlegacy/
Dcommon.h2696 LQ_A, enumerator
2702 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A)
2707 #define is_a_band(tbl) ((tbl) == LQ_A)
D4965-rs.c563 tbl->lq_type = LQ_A; in il4965_rs_get_tbl_info_from_mcs()
732 tbl->lq_type = LQ_A; in il4965_rs_get_lower_rate()