aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-4965.h
diff options
context:
space:
mode:
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 5fd01149ebfb..6fdfb4a3be93 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -766,7 +766,6 @@ extern int iwl4965_hw_channel_switch(struct iwl4965_priv *priv, u16 channel);
766extern int iwl4965_tx_queue_reclaim(struct iwl4965_priv *priv, int txq_id, int index); 766extern int iwl4965_tx_queue_reclaim(struct iwl4965_priv *priv, int txq_id, int index);
767 767
768struct iwl4965_priv; 768struct iwl4965_priv;
769struct sta_ht_info;
770 769
771/* 770/*
772 * Forward declare iwl-4965.c functions for iwl-base.c 771 * Forward declare iwl-4965.c functions for iwl-base.c
@@ -779,9 +778,6 @@ extern int iwl4965_tx_queue_update_wr_ptr(struct iwl4965_priv *priv,
779 u16 byte_cnt); 778 u16 byte_cnt);
780extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr, 779extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr,
781 int is_ap); 780 int is_ap);
782extern void iwl4965_set_rxon_ht(struct iwl4965_priv *priv,
783 struct sta_ht_info *ht_info);
784
785extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv); 781extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv);
786extern int iwl4965_tx_cmd(struct iwl4965_priv *priv, struct iwl4965_cmd *out_cmd, 782extern int iwl4965_tx_cmd(struct iwl4965_priv *priv, struct iwl4965_cmd *out_cmd,
787 u8 sta_id, dma_addr_t txcmd_phys, 783 u8 sta_id, dma_addr_t txcmd_phys,
@@ -803,6 +799,8 @@ extern void iwl4965_rf_kill_ct_config(struct iwl4965_priv *priv);
803#ifdef CONFIG_IWL4965_HT 799#ifdef CONFIG_IWL4965_HT
804extern void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info, 800extern void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info,
805 int mode); 801 int mode);
802extern void iwl4965_set_rxon_ht(struct iwl4965_priv *priv,
803 struct iwl_ht_info *ht_info);
806#ifdef CONFIG_IWL4965_HT_AGG 804#ifdef CONFIG_IWL4965_HT_AGG
807extern int iwl4965_mac_ht_tx_agg_start(struct ieee80211_hw *hw, u8 *da, 805extern int iwl4965_mac_ht_tx_agg_start(struct ieee80211_hw *hw, u8 *da,
808 u16 tid, u16 *start_seq_num); 806 u16 tid, u16 *start_seq_num);