diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2007-11-26 09:14:40 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:05:44 -0500 |
commit | 67d620357a186adc0f4e7d1f5b095ea2c77e7072 (patch) | |
tree | d5ee39e9837d01aefdccfb8fc084b561f8fa7367 /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | fd105e79d19439d29a6561178fb5fe511e141f6b (diff) |
iwlwifi: 802.11n comply HT add station flow with mac80211 framework
This patch conforms the addition of a new station to the iwlwifi station
table according to the new mac80211's HT framework
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@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.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index 6fdfb4a3be93..50209e6cdd0c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -649,8 +649,8 @@ struct iwl4965_driver_hw_info { | |||
649 | struct iwl4965_addsta_cmd; | 649 | struct iwl4965_addsta_cmd; |
650 | extern int iwl4965_send_add_station(struct iwl4965_priv *priv, | 650 | extern int iwl4965_send_add_station(struct iwl4965_priv *priv, |
651 | struct iwl4965_addsta_cmd *sta, u8 flags); | 651 | struct iwl4965_addsta_cmd *sta, u8 flags); |
652 | extern u8 iwl4965_add_station_flags(struct iwl4965_priv *priv, const u8 *bssid, | 652 | extern u8 iwl4965_add_station_flags(struct iwl4965_priv *priv, const u8 *addr, |
653 | int is_ap, u8 flags); | 653 | int is_ap, u8 flags, void *ht_data); |
654 | extern int iwl4965_is_network_packet(struct iwl4965_priv *priv, | 654 | extern int iwl4965_is_network_packet(struct iwl4965_priv *priv, |
655 | struct ieee80211_hdr *header); | 655 | struct ieee80211_hdr *header); |
656 | extern int iwl4965_power_init_handle(struct iwl4965_priv *priv); | 656 | extern int iwl4965_power_init_handle(struct iwl4965_priv *priv); |
@@ -785,8 +785,6 @@ extern int iwl4965_tx_cmd(struct iwl4965_priv *priv, struct iwl4965_cmd *out_cmd | |||
785 | struct ieee80211_tx_control *ctrl, void *sta_in); | 785 | struct ieee80211_tx_control *ctrl, void *sta_in); |
786 | extern int iwl4965_alive_notify(struct iwl4965_priv *priv); | 786 | extern int iwl4965_alive_notify(struct iwl4965_priv *priv); |
787 | extern void iwl4965_update_rate_scaling(struct iwl4965_priv *priv, u8 mode); | 787 | extern void iwl4965_update_rate_scaling(struct iwl4965_priv *priv, u8 mode); |
788 | extern void iwl4965_set_ht_add_station(struct iwl4965_priv *priv, u8 index); | ||
789 | |||
790 | extern void iwl4965_chain_noise_reset(struct iwl4965_priv *priv); | 788 | extern void iwl4965_chain_noise_reset(struct iwl4965_priv *priv); |
791 | extern void iwl4965_init_sensitivity(struct iwl4965_priv *priv, u8 flags, | 789 | extern void iwl4965_init_sensitivity(struct iwl4965_priv *priv, u8 flags, |
792 | u8 force); | 790 | u8 force); |
@@ -801,6 +799,8 @@ extern void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info, | |||
801 | int mode); | 799 | int mode); |
802 | extern void iwl4965_set_rxon_ht(struct iwl4965_priv *priv, | 800 | extern void iwl4965_set_rxon_ht(struct iwl4965_priv *priv, |
803 | struct iwl_ht_info *ht_info); | 801 | struct iwl_ht_info *ht_info); |
802 | extern void iwl4965_set_ht_add_station(struct iwl4965_priv *priv, u8 index, | ||
803 | struct ieee80211_ht_info *sta_ht_inf); | ||
804 | #ifdef CONFIG_IWL4965_HT_AGG | 804 | #ifdef CONFIG_IWL4965_HT_AGG |
805 | 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, |
806 | u16 tid, u16 *start_seq_num); | 806 | u16 tid, u16 *start_seq_num); |