Searched refs:ht_conf (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-core.c | 579 struct iwl_ht_config *ht_conf, in _iwl_legacy_set_rxon_ht() argument 650 void iwl_legacy_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf) in iwl_legacy_set_rxon_ht() argument 655 _iwl_legacy_set_rxon_ht(priv, ht_conf, ctx); in iwl_legacy_set_rxon_ht() 2104 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwl_legacy_mac_config() local 2204 iwl_legacy_set_rxon_ht(priv, ht_conf); in iwl_legacy_mac_config() 2315 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwl_legacy_ht_conf() local 2331 ht_conf->single_chain_sufficient = false; in iwl_legacy_ht_conf() 2348 ht_conf->single_chain_sufficient = true; in iwl_legacy_ht_conf() 2350 ht_conf->single_chain_sufficient = true; in iwl_legacy_ht_conf() 2358 ht_conf->single_chain_sufficient = true; in iwl_legacy_ht_conf() [all …]
|
D | iwl-core.h | 319 struct iwl_ht_config *ht_conf);
|
D | iwl4965-base.c | 2842 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwl4965_mac_channel_switch() local 2903 iwl_legacy_set_rxon_ht(priv, ht_conf); in iwl4965_mac_channel_switch()
|
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-agn-rxon.c | 468 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwlagn_check_needed_chains() local 552 ht_conf->single_chain_sufficient = !need_multiple; in iwlagn_check_needed_chains()
|
D | iwl-core.c | 582 struct iwl_ht_config *ht_conf, in _iwl_set_rxon_ht() argument 649 void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf) in iwl_set_rxon_ht() argument 654 _iwl_set_rxon_ht(priv, ht_conf, ctx); in iwl_set_rxon_ht()
|
D | iwl-core.h | 439 void iwl_set_rxon_ht(struct iwl_priv *priv, struct iwl_ht_config *ht_conf);
|
D | iwl-agn.c | 3445 struct iwl_ht_config *ht_conf = &priv->current_ht_config; in iwlagn_mac_channel_switch() local 3513 iwl_set_rxon_ht(priv, ht_conf); in iwlagn_mac_channel_switch()
|