Searched refs:ht_conf (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 618 struct iwl_ht_config *ht_conf, in _iwl_set_rxon_ht() argument 699 void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf) in iwl_set_rxon_ht() argument 704 _iwl_set_rxon_ht(priv, ht_conf, ctx); in iwl_set_rxon_ht() 1281 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwlagn_check_needed_chains() local 1365 ht_conf->single_chain_sufficient = !need_multiple; in iwlagn_check_needed_chains()
|
D | agn.h | 156 void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf);
|
D | mac80211.c | 971 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwlagn_mac_channel_switch() local 1028 iwl_set_rxon_ht(priv, ht_conf); in iwlagn_mac_channel_switch()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | common.c | 3859 _il_set_rxon_ht(struct il_priv *il, struct il_ht_config *ht_conf) in _il_set_rxon_ht() argument 3925 il_set_rxon_ht(struct il_priv *il, struct il_ht_config *ht_conf) in il_set_rxon_ht() argument 3927 _il_set_rxon_ht(il, ht_conf); in il_set_rxon_ht() 5041 struct il_ht_config *ht_conf = &il->current_ht_config; in il_mac_config() local 5133 il_set_rxon_ht(il, ht_conf); in il_mac_config() 5230 struct il_ht_config *ht_conf = &il->current_ht_config; in il_ht_conf() local 5245 ht_conf->single_chain_sufficient = false; in il_ht_conf() 5263 ht_conf->single_chain_sufficient = true; in il_ht_conf() 5265 ht_conf->single_chain_sufficient = true; in il_ht_conf() 5273 ht_conf->single_chain_sufficient = true; in il_ht_conf() [all …]
|
D | common.h | 1714 void il_set_rxon_ht(struct il_priv *il, struct il_ht_config *ht_conf);
|
D | 4965-mac.c | 6078 struct il_ht_config *ht_conf = &il->current_ht_config; in il4965_mac_channel_switch() local 6134 il_set_rxon_ht(il, ht_conf); in il4965_mac_channel_switch()
|