aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-3945.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-03-04 21:09:30 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-03-07 16:03:00 -0500
commit82b9a1213132aa53ddbcc459ed77a335d031cd2e (patch)
treef6e75639b37eba98273ce51cbdf4dad25d280fae /drivers/net/wireless/iwlwifi/iwl-3945.h
parent750fe6396614e267aeec0e2ff636740e2688d4d9 (diff)
iwlwifi: add struct iwl_cfg
This patch introduces struct iwl_cfg. struct iwl_cfg defines static configuration for each device type and sku. It is passed as driver_data to the bus probe function. This patch also introduce new common header file iwl-core.h which will represent core functionality of iwlwifi driver 3945ABG uses separate iwl-3945-dev.h header file for now Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h
index 1701e0b9b877..fa89da2db3e1 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.h
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.h
@@ -682,6 +682,7 @@ struct iwl3945_priv {
682 struct ieee80211_hw *hw; 682 struct ieee80211_hw *hw;
683 struct ieee80211_channel *ieee_channels; 683 struct ieee80211_channel *ieee_channels;
684 struct ieee80211_rate *ieee_rates; 684 struct ieee80211_rate *ieee_rates;
685 struct iwl_3945_cfg *cfg; /* device configuration */
685 686
686 /* temporary frame storage list */ 687 /* temporary frame storage list */
687 struct list_head free_frames; 688 struct list_head free_frames;
@@ -820,7 +821,6 @@ struct iwl3945_priv {
820 int is_open; 821 int is_open;
821 822
822 u8 mac80211_registered; 823 u8 mac80211_registered;
823 int is_abg;
824 824
825 u32 notif_missed_beacons; 825 u32 notif_missed_beacons;
826 826