Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/dvm/
Drs.h268 LQ_G, /* legacy types */ enumerator
276 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A))
283 #define is_g_and(tbl) ((tbl) == LQ_G)
Drs.c630 tbl->lq_type = LQ_G; in rs_get_tbl_info_from_mcs()
808 tbl->lq_type = LQ_G; in rs_get_lower_rate()
/drivers/net/wireless/iwlegacy/
Dcommon.h2719 LQ_G, /* legacy types */ enumerator
2726 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A)
2732 #define is_g_and(tbl) ((tbl) == LQ_G)
D4965-rs.c580 tbl->lq_type = LQ_G; in il4965_rs_get_tbl_info_from_mcs()
749 tbl->lq_type = LQ_G; in il4965_rs_get_lower_rate()