aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-4965.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-01-14 20:46:16 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:09:55 -0500
commit87e4f7dfe56dbaa5470e047d991c077f8e479d21 (patch)
tree6530bc77e065ef1fa281c3f675406d56fe3e21cb /drivers/net/wireless/iwlwifi/iwl-4965.h
parent6a218f6f3b1679c3f12c487131f0be5b2841bfbe (diff)
iwlwifi: remove iwl4965_tx_cmd
This patch removes iwl4965_tx_cmd function and splits its content to iwl4965_hw_build_tx_cmd_rate, iwl4965_build_tx_cmd_basic, and iwl4965_tl_get_stats function. The latest one will be deprecated when traffic load will move to rate scale module. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h
index c38648216dc4..78bc148c9f7f 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -758,10 +758,6 @@ extern int iwl4965_tx_queue_update_wr_ptr(struct iwl4965_priv *priv,
758extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr, 758extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr,
759 int is_ap); 759 int is_ap);
760extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv); 760extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv);
761extern int iwl4965_tx_cmd(struct iwl4965_priv *priv, struct iwl4965_cmd *out_cmd,
762 u8 sta_id, dma_addr_t txcmd_phys,
763 struct ieee80211_hdr *hdr, u8 hdr_len,
764 struct ieee80211_tx_control *ctrl, void *sta_in);
765extern int iwl4965_alive_notify(struct iwl4965_priv *priv); 761extern int iwl4965_alive_notify(struct iwl4965_priv *priv);
766extern void iwl4965_update_rate_scaling(struct iwl4965_priv *priv, u8 mode); 762extern void iwl4965_update_rate_scaling(struct iwl4965_priv *priv, u8 mode);
767extern void iwl4965_chain_noise_reset(struct iwl4965_priv *priv); 763extern void iwl4965_chain_noise_reset(struct iwl4965_priv *priv);
@@ -789,6 +785,8 @@ extern int iwl4965_mac_ht_tx_agg_start(struct ieee80211_hw *hw, u8 *da,
789extern int iwl4965_mac_ht_tx_agg_stop(struct ieee80211_hw *hw, u8 *da, 785extern int iwl4965_mac_ht_tx_agg_stop(struct ieee80211_hw *hw, u8 *da,
790 u16 tid, int generator); 786 u16 tid, int generator);
791extern void iwl4965_turn_off_agg(struct iwl4965_priv *priv, u8 tid); 787extern void iwl4965_turn_off_agg(struct iwl4965_priv *priv, u8 tid);
788extern void iwl4965_tl_get_stats(struct iwl4965_priv *priv,
789 struct ieee80211_hdr *hdr);
792#endif /* CONFIG_IWL4965_HT_AGG */ 790#endif /* CONFIG_IWL4965_HT_AGG */
793#endif /*CONFIG_IWL4965_HT */ 791#endif /*CONFIG_IWL4965_HT */
794/* Structures, enum, and defines specific to the 4965 */ 792/* Structures, enum, and defines specific to the 4965 */