diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 6 |
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); | |||
766 | extern int iwl4965_tx_queue_reclaim(struct iwl4965_priv *priv, int txq_id, int index); | 766 | extern int iwl4965_tx_queue_reclaim(struct iwl4965_priv *priv, int txq_id, int index); |
767 | 767 | ||
768 | struct iwl4965_priv; | 768 | struct iwl4965_priv; |
769 | struct 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); |
780 | extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr, | 779 | extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr, |
781 | int is_ap); | 780 | int is_ap); |
782 | extern void iwl4965_set_rxon_ht(struct iwl4965_priv *priv, | ||
783 | struct sta_ht_info *ht_info); | ||
784 | |||
785 | extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv); | 781 | extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv); |
786 | extern int iwl4965_tx_cmd(struct iwl4965_priv *priv, struct iwl4965_cmd *out_cmd, | 782 | extern 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 |
804 | extern void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info, | 800 | extern void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info, |
805 | int mode); | 801 | int mode); |
802 | extern 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 |
807 | extern int iwl4965_mac_ht_tx_agg_start(struct ieee80211_hw *hw, u8 *da, | 805 | extern 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); |