Searched refs:ht_conf (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rxon.c | 598 struct iwl_ht_config *ht_conf, in _iwl_set_rxon_ht() argument 679 void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf) in iwl_set_rxon_ht() argument 684 _iwl_set_rxon_ht(priv, ht_conf, ctx); in iwl_set_rxon_ht() 1261 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwlagn_check_needed_chains() local 1345 ht_conf->single_chain_sufficient = !need_multiple; in iwlagn_check_needed_chains()
|
H A D | agn.h | 98 void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf);
|
H A D | mac80211.c | 931 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwlagn_mac_channel_switch() local 988 iwl_set_rxon_ht(priv, ht_conf); in iwlagn_mac_channel_switch()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 3846 _il_set_rxon_ht(struct il_priv *il, struct il_ht_config *ht_conf) in _il_set_rxon_ht() argument 3912 il_set_rxon_ht(struct il_priv *il, struct il_ht_config *ht_conf) in il_set_rxon_ht() argument 3914 _il_set_rxon_ht(il, ht_conf); in il_set_rxon_ht() 5030 struct il_ht_config *ht_conf = &il->current_ht_config; in il_mac_config() local 5122 il_set_rxon_ht(il, ht_conf); in il_mac_config() 5218 struct il_ht_config *ht_conf = &il->current_ht_config; in il_ht_conf() local 5233 ht_conf->single_chain_sufficient = false; in il_ht_conf() 5251 ht_conf->single_chain_sufficient = true; in il_ht_conf() 5253 ht_conf->single_chain_sufficient = true; in il_ht_conf() 5261 ht_conf->single_chain_sufficient = true; in il_ht_conf() [all …]
|
H A D | common.h | 1709 void il_set_rxon_ht(struct il_priv *il, struct il_ht_config *ht_conf);
|
H A D | 4965-mac.c | 6048 struct il_ht_config *ht_conf = &il->current_ht_config; in il4965_mac_channel_switch() local 6104 il_set_rxon_ht(il, ht_conf); in il4965_mac_channel_switch()
|