diff options
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | 2009-02-27 19:21:24 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 14:39:36 -0500 |
commit | 14d2aac580993ac8faeac0d903207e316c0881c3 (patch) | |
tree | 54f7cf756c8e26148303cdb00a793b17535870b9 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 2a4ddaabe0055962fbfffb72633a97eadc7e93ac (diff) |
iwl3945 : use iwl_activate_qos
3945 can use iwl_activate_qos instead of iwl3945_activate_qos.
Patch does two things
1) Patch adds iwl_activate_qos in core library.
2) 3945 makes use of iwl_activate_qos.
Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 7427d75b8c8c..27310fec2e43 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -224,6 +224,7 @@ struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, | |||
224 | struct ieee80211_ops *hw_ops); | 224 | struct ieee80211_ops *hw_ops); |
225 | void iwl_hw_detect(struct iwl_priv *priv); | 225 | void iwl_hw_detect(struct iwl_priv *priv); |
226 | void iwl_reset_qos(struct iwl_priv *priv); | 226 | void iwl_reset_qos(struct iwl_priv *priv); |
227 | void iwl_activate_qos(struct iwl_priv *priv, u8 force); | ||
227 | void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, int hw_decrypt); | 228 | void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, int hw_decrypt); |
228 | int iwl_check_rxon_cmd(struct iwl_priv *priv); | 229 | int iwl_check_rxon_cmd(struct iwl_priv *priv); |
229 | int iwl_full_rxon_required(struct iwl_priv *priv); | 230 | int iwl_full_rxon_required(struct iwl_priv *priv); |