diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-03-04 21:09:27 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-07 16:03:00 -0500 |
commit | 4c424e4cc7bc9d3c4c22b408904c36b44afddc3e (patch) | |
tree | 3c9edf26c05b4ee603cbeb0774ba95c011e31a42 /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | 11f4b1cec98ad95abda80dc20bdc3cecac145d77 (diff) |
iwlwifi: use mac80211_tx_control_flags
This patch makes use of the new mac80211_tx_control_flags and tx_rate to
pass Tx data, regular and 11n, from the HW tx response into the rate scaling.
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
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-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index de79816c0068..5c605129dfbd 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -757,6 +757,9 @@ extern int iwl4965_set_fat_chan_info(struct iwl4965_priv *priv, | |||
757 | const struct iwl4965_eeprom_channel *eeprom_ch, | 757 | const struct iwl4965_eeprom_channel *eeprom_ch, |
758 | u8 fat_extension_channel); | 758 | u8 fat_extension_channel); |
759 | extern void iwl4965_rf_kill_ct_config(struct iwl4965_priv *priv); | 759 | extern void iwl4965_rf_kill_ct_config(struct iwl4965_priv *priv); |
760 | extern void iwl4965_hwrate_to_tx_control(struct iwl4965_priv *priv, | ||
761 | u32 rate_n_flags, | ||
762 | struct ieee80211_tx_control *control); | ||
760 | 763 | ||
761 | #ifdef CONFIG_IWL4965_HT | 764 | #ifdef CONFIG_IWL4965_HT |
762 | void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info, | 765 | void iwl4965_init_ht_hw_capab(struct ieee80211_ht_info *ht_info, |