diff options
author | Zhu Yi <yi.zhu@intel.com> | 2007-11-22 03:53:22 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 00:05:39 +0100 |
commit | 76bb77e03f5b01fb83fb9fa79febba6e499f948b (patch) | |
tree | 77c84ccefe35be9085b9ebb3387cb53eeaa6ea34 /drivers/net/wireless/iwlwifi/iwl-3945.h | |
parent | iwlwifi: remove redundant declaration of 'iwl3945_priv' and 'iwl4965_priv' st... (diff) | |
download | linux-76bb77e03f5b01fb83fb9fa79febba6e499f948b.tar.xz linux-76bb77e03f5b01fb83fb9fa79febba6e499f948b.zip |
iwlwifi: cache mac80211 conf setting during a hardware scan
This patch caches mac80211 configuration setting during a hardware
scan for the iwlwifi drivers.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index 462936a74c19..263b0b71c0c3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h @@ -714,6 +714,7 @@ struct iwl3945_priv { struct ieee80211_hw *hw; struct ieee80211_channel *ieee_channels; struct ieee80211_rate *ieee_rates; + struct ieee80211_conf *cache_conf; /* temporary frame storage list */ struct list_head free_frames; |