aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-4965.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-04-16 19:34:48 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-05-07 15:02:10 -0400
commit947b13a7ccd31d8adbf41f466d6a1c770461596a (patch)
tree1cbb139f37aefdf6d1120ff2a15b1c657c918dfc /drivers/net/wireless/iwlwifi/iwl-4965.h
parentf0832f137c21d130998a0f97f97ac01a2d97210b (diff)
iwlwifi: move find station to iwl-sta.c
This patch move iwl_find_station into iwl-sta.c file Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@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.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);