Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h248 LQ_G, /* legacy types */ enumerator
256 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A))
263 #define is_g_and(tbl) ((tbl) == LQ_G)
H A Drs.c591 tbl->lq_type = LQ_G; in rs_get_tbl_info_from_mcs()
772 tbl->lq_type = LQ_G; in rs_get_lower_rate()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2708 LQ_G, /* legacy types */ enumerator
2715 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A)
2721 #define is_g_and(tbl) ((tbl) == LQ_G)
H A 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()