diff options
author | Assaf Krauss <assaf.krauss@intel.com> | 2008-03-14 13:38:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-25 16:41:51 -0400 |
commit | 1d0a082d38decb62ceb3e26a4bb1a3ca78843a23 (patch) | |
tree | 4563baeb92331e953803a151f84abbdaac204481 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 00acbc91354f7c548ce12a9ebb7fd25c4c3861ae (diff) |
iwlwifi: Probe Flow - Performing allocation in a separate function
Performing allocation in a separate function (previously handled in
'probe')
Signed-off-by: Assaf Krauss <assaf.krauss@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-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index fb4ce081807b..33bef1fecf4d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -103,4 +103,11 @@ struct iwl_cfg { | |||
103 | const struct iwl_mod_params *mod_params; | 103 | const struct iwl_mod_params *mod_params; |
104 | }; | 104 | }; |
105 | 105 | ||
106 | /*************************** | ||
107 | * L i b * | ||
108 | ***************************/ | ||
109 | |||
110 | struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, | ||
111 | struct ieee80211_ops *hw_ops); | ||
112 | |||
106 | #endif /* __iwl_core_h__ */ | 113 | #endif /* __iwl_core_h__ */ |