diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-06-22 09:33:43 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-06-24 14:54:42 -0400 |
commit | 0b5b3ff15b301338ccec77ebc051308ac614d05d (patch) | |
tree | 87248264498777bf33b08a2c592ce1e88b4bf5fb /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 81704d2db99386d718e277cd5ac92663abec8a66 (diff) |
iwlagn: fill beacon TX rate properly
Use the rate that mac80211 requested to fill the
uCode TX command for the beacon. Unfortunately,
the uCode is (currently?) ignoring it, but now
at least fill it properly.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index adf9f9b2efb5..f881678be762 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -409,13 +409,6 @@ void iwl_setup_watchdog(struct iwl_priv *priv); | |||
409 | int iwl_set_tx_power(struct iwl_priv *priv, s8 tx_power, bool force); | 409 | int iwl_set_tx_power(struct iwl_priv *priv, s8 tx_power, bool force); |
410 | 410 | ||
411 | /******************************************************************************* | 411 | /******************************************************************************* |
412 | * Rate | ||
413 | ******************************************************************************/ | ||
414 | |||
415 | u8 iwl_rate_get_lowest_plcp(struct iwl_priv *priv, | ||
416 | struct iwl_rxon_context *ctx); | ||
417 | |||
418 | /******************************************************************************* | ||
419 | * Scanning | 412 | * Scanning |
420 | ******************************************************************************/ | 413 | ******************************************************************************/ |
421 | void iwl_init_scan_params(struct iwl_priv *priv); | 414 | void iwl_init_scan_params(struct iwl_priv *priv); |