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 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, | |||
758 | extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr, | 758 | extern void iwl4965_add_station(struct iwl4965_priv *priv, const u8 *addr, |
759 | int is_ap); | 759 | int is_ap); |
760 | extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv); | 760 | extern void iwl4965_set_rxon_chain(struct iwl4965_priv *priv); |
761 | extern 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); | ||
765 | extern int iwl4965_alive_notify(struct iwl4965_priv *priv); | 761 | extern int iwl4965_alive_notify(struct iwl4965_priv *priv); |
766 | extern void iwl4965_update_rate_scaling(struct iwl4965_priv *priv, u8 mode); | 762 | extern void iwl4965_update_rate_scaling(struct iwl4965_priv *priv, u8 mode); |
767 | extern void iwl4965_chain_noise_reset(struct iwl4965_priv *priv); | 763 | extern 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, | |||
789 | extern int iwl4965_mac_ht_tx_agg_stop(struct ieee80211_hw *hw, u8 *da, | 785 | extern int iwl4965_mac_ht_tx_agg_stop(struct ieee80211_hw *hw, u8 *da, |
790 | u16 tid, int generator); | 786 | u16 tid, int generator); |
791 | extern void iwl4965_turn_off_agg(struct iwl4965_priv *priv, u8 tid); | 787 | extern void iwl4965_turn_off_agg(struct iwl4965_priv *priv, u8 tid); |
788 | extern 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 */ |