Searched refs:is_legacy (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A D4965-rs.c503 if (is_legacy(tbl->lq_type)) {
665 if (is_legacy(rate_type)) {
684 if (is_a_band(rate_type) || !is_legacy(rate_type)) {
747 if (!is_legacy(tbl->lq_type) && (!ht_possible || !scale_idx)) {
767 if (is_legacy(tbl->lq_type)) {
1007 il4965_rs_set_stay_in_table(struct il_priv *il, u8 is_legacy, argument
1012 if (is_legacy) {
1039 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) {
1045 if (is_legacy(tbl->lq_type)) {
1815 if (is_legacy(tb
[all...]
H A Dcommon.h2887 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A) macro
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c563 if (is_legacy(tbl->lq_type)) {
729 if (is_legacy(rate_type)) {
749 if (is_a_band(rate_type) || !is_legacy(rate_type)) {
811 if (!is_legacy(tbl->lq_type) && (!ht_possible || !scale_index)) {
831 if (is_legacy(tbl->lq_type)) {
1101 static void rs_set_stay_in_table(struct iwl_priv *priv, u8 is_legacy, argument
1106 if (is_legacy) {
1132 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) {
1138 if (is_legacy(tbl->lq_type)) {
2295 if (is_legacy(tb
[all...]
H A Diwl-agn-rs.h300 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A)) macro
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h800 __le32 is_legacy; member in struct:wmi_begin_scan_cmd
832 __le32 is_legacy; member in struct:wmi_start_scan_cmd
2355 u32 force_fgscan, u32 is_legacy,
2361 u32 force_fgscan, u32 is_legacy,
H A Dwmi.c1803 u32 force_fgscan, u32 is_legacy,
1832 sc->is_legacy = cpu_to_le32(is_legacy);
1869 u32 force_fgscan, u32 is_legacy,
1896 sc->is_legacy = cpu_to_le32(is_legacy);
1801 ath6kl_wmi_beginscan_cmd(struct wmi *wmi, u8 if_idx, enum wmi_scan_type scan_type, u32 force_fgscan, u32 is_legacy, u32 home_dwell_time, u32 force_scan_interval, s8 num_chan, u16 *ch_list, u32 no_cck, u32 *rates) argument
1867 ath6kl_wmi_startscan_cmd(struct wmi *wmi, u8 if_idx, enum wmi_scan_type scan_type, u32 force_fgscan, u32 is_legacy, u32 home_dwell_time, u32 force_scan_interval, s8 num_chan, u16 *ch_list) argument

Completed in 69 milliseconds