diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-05-15 01:54:04 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-21 21:47:58 -0400 |
commit | 4f40e4d9fb8fe028db9ba2a7b4d3ac7328f73bbc (patch) | |
tree | 2fee89bbf870a188fb36c0c6a1cecc5c48fe8173 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 57bd1bea485bf6f37ff365dec2203ba6467b41a1 (diff) |
iwlwifi: move more station managment into iwl-sta.c
This patch moves station management functions into iwl-sta.c (iwlcore).
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 8809fe350b33..565d7dc31a71 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -635,8 +635,8 @@ struct iwl_hw_params { | |||
635 | struct iwl_addsta_cmd; | 635 | struct iwl_addsta_cmd; |
636 | extern int iwl_send_add_sta(struct iwl_priv *priv, | 636 | extern int iwl_send_add_sta(struct iwl_priv *priv, |
637 | struct iwl_addsta_cmd *sta, u8 flags); | 637 | struct iwl_addsta_cmd *sta, u8 flags); |
638 | extern u8 iwl4965_add_station_flags(struct iwl_priv *priv, const u8 *addr, | 638 | u8 iwl_add_station_flags(struct iwl_priv *priv, const u8 *addr, int is_ap, |
639 | int is_ap, u8 flags, void *ht_data); | 639 | u8 flags, struct ieee80211_ht_info *ht_info); |
640 | extern int iwl4965_is_network_packet(struct iwl_priv *priv, | 640 | extern int iwl4965_is_network_packet(struct iwl_priv *priv, |
641 | struct ieee80211_hdr *header); | 641 | struct ieee80211_hdr *header); |
642 | extern int iwl4965_power_init_handle(struct iwl_priv *priv); | 642 | extern int iwl4965_power_init_handle(struct iwl_priv *priv); |
@@ -731,8 +731,6 @@ extern void iwl4965_radio_kill_sw(struct iwl_priv *priv, int disable_radio); | |||
731 | extern int iwl4965_tx_queue_update_wr_ptr(struct iwl_priv *priv, | 731 | extern int iwl4965_tx_queue_update_wr_ptr(struct iwl_priv *priv, |
732 | struct iwl_tx_queue *txq, | 732 | struct iwl_tx_queue *txq, |
733 | u16 byte_cnt); | 733 | u16 byte_cnt); |
734 | extern void iwl4965_add_station(struct iwl_priv *priv, const u8 *addr, | ||
735 | int is_ap); | ||
736 | extern int iwl4965_alive_notify(struct iwl_priv *priv); | 734 | extern int iwl4965_alive_notify(struct iwl_priv *priv); |
737 | extern void iwl4965_update_rate_scaling(struct iwl_priv *priv, u8 mode); | 735 | extern void iwl4965_update_rate_scaling(struct iwl_priv *priv, u8 mode); |
738 | extern void iwl4965_rf_kill_ct_config(struct iwl_priv *priv); | 736 | extern void iwl4965_rf_kill_ct_config(struct iwl_priv *priv); |
@@ -746,8 +744,6 @@ extern void iwl4965_init_ht_hw_capab(const struct iwl_priv *priv, | |||
746 | enum ieee80211_band band); | 744 | enum ieee80211_band band); |
747 | void iwl4965_set_rxon_ht(struct iwl_priv *priv, | 745 | void iwl4965_set_rxon_ht(struct iwl_priv *priv, |
748 | struct iwl_ht_info *ht_info); | 746 | struct iwl_ht_info *ht_info); |
749 | void iwl4965_set_ht_add_station(struct iwl_priv *priv, u8 index, | ||
750 | struct ieee80211_ht_info *sta_ht_inf); | ||
751 | int iwl4965_mac_ampdu_action(struct ieee80211_hw *hw, | 747 | int iwl4965_mac_ampdu_action(struct ieee80211_hw *hw, |
752 | enum ieee80211_ampdu_mlme_action action, | 748 | enum ieee80211_ampdu_mlme_action action, |
753 | const u8 *addr, u16 tid, u16 *ssn); | 749 | const u8 *addr, u16 tid, u16 *ssn); |