Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.h253 LQ_G, /* legacy types */ enumerator
261 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A))
268 #define is_g_and(tbl) ((tbl) == LQ_G)
Drs.c613 tbl->lq_type = LQ_G; in rs_get_tbl_info_from_mcs()
794 tbl->lq_type = LQ_G; in rs_get_lower_rate()
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
Dcommon.h2695 LQ_G, /* legacy types */ enumerator
2702 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A)
2708 #define is_g_and(tbl) ((tbl) == LQ_G)
D4965-rs.c565 tbl->lq_type = LQ_G; in il4965_rs_get_tbl_info_from_mcs()
734 tbl->lq_type = LQ_G; in il4965_rs_get_lower_rate()