diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-03-04 21:09:30 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-07 16:03:00 -0500 |
commit | 82b9a1213132aa53ddbcc459ed77a335d031cd2e (patch) | |
tree | f6e75639b37eba98273ce51cbdf4dad25d280fae /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | 750fe6396614e267aeec0e2ff636740e2688d4d9 (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-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index a782c454e0dd..0bfd1b475897 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -967,6 +967,7 @@ struct iwl4965_priv { | |||
967 | struct ieee80211_hw *hw; | 967 | struct ieee80211_hw *hw; |
968 | struct ieee80211_channel *ieee_channels; | 968 | struct ieee80211_channel *ieee_channels; |
969 | struct ieee80211_rate *ieee_rates; | 969 | struct ieee80211_rate *ieee_rates; |
970 | struct iwl_cfg *cfg; | ||
970 | 971 | ||
971 | /* temporary frame storage list */ | 972 | /* temporary frame storage list */ |
972 | struct list_head free_frames; | 973 | struct list_head free_frames; |
@@ -1126,7 +1127,6 @@ struct iwl4965_priv { | |||
1126 | int is_open; | 1127 | int is_open; |
1127 | 1128 | ||
1128 | u8 mac80211_registered; | 1129 | u8 mac80211_registered; |
1129 | int is_abg; | ||
1130 | 1130 | ||
1131 | u32 notif_missed_beacons; | 1131 | u32 notif_missed_beacons; |
1132 | 1132 | ||