Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.h269 LQ_A, enumerator
276 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A))
282 #define is_a_band(tbl) ((tbl) == LQ_A)
Drs.c625 tbl->lq_type = LQ_A; in rs_get_tbl_info_from_mcs()
806 tbl->lq_type = LQ_A; in rs_get_lower_rate()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommon.h2721 LQ_A, enumerator
2727 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A)
2732 #define is_a_band(tbl) ((tbl) == LQ_A)
D4965-rs.c578 tbl->lq_type = LQ_A; in il4965_rs_get_tbl_info_from_mcs()
747 tbl->lq_type = LQ_A; in il4965_rs_get_lower_rate()