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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h
index d728dd837e97..b51243f46938 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.h
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.h
@@ -733,14 +733,14 @@ extern void iwl4965_disable_events(struct iwl_priv *priv);
733extern int iwl4965_get_temperature(const struct iwl_priv *priv); 733extern int iwl4965_get_temperature(const struct iwl_priv *priv);
734 734
735/** 735/**
736 * iwl4965_hw_find_station - Find station id for a given BSSID 736 * iwl_find_station - Find station id for a given BSSID
737 * @bssid: MAC address of station ID to find 737 * @bssid: MAC address of station ID to find
738 * 738 *
739 * NOTE: This should not be hardware specific but the code has 739 * NOTE: This should not be hardware specific but the code has
740 * not yet been merged into a single common layer for managing the 740 * not yet been merged into a single common layer for managing the
741 * station tables. 741 * station tables.
742 */ 742 */
743extern u8 iwl4965_hw_find_station(struct iwl_priv *priv, const u8 *bssid); 743extern u8 iwl_find_station(struct iwl_priv *priv, const u8 *bssid);
744 744
745extern int iwl4965_hw_channel_switch(struct iwl_priv *priv, u16 channel); 745extern int iwl4965_hw_channel_switch(struct iwl_priv *priv, u16 channel);
746extern int iwl4965_tx_queue_reclaim(struct iwl_priv *priv, int txq_id, int index); 746extern int iwl4965_tx_queue_reclaim(struct iwl_priv *priv, int txq_id, int index);