diff options
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | 2009-03-26 13:14:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:27 -0400 |
commit | 488829f1b141858944a24fd793220fa1d52cd9a6 (patch) | |
tree | 5b6f99c906ee6c1beba6ca98909a66b5727318e8 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 6da3a13e4fcab0ff58592087d28bd283caf23d88 (diff) |
iwl3945: use iwl_mac_conf_tx
3945 now uses iwl_mac_conf_tx.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 5d4904584686..d56edcd97aa0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -225,6 +225,8 @@ struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, | |||
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_activate_qos(struct iwl_priv *priv, u8 force); |
228 | int iwl_mac_conf_tx(struct ieee80211_hw *hw, u16 queue, | ||
229 | const struct ieee80211_tx_queue_params *params); | ||
228 | void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, int hw_decrypt); | 230 | void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, int hw_decrypt); |
229 | int iwl_check_rxon_cmd(struct iwl_priv *priv); | 231 | int iwl_check_rxon_cmd(struct iwl_priv *priv); |
230 | int iwl_full_rxon_required(struct iwl_priv *priv); | 232 | int iwl_full_rxon_required(struct iwl_priv *priv); |