diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-04-23 20:14:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:17 -0400 |
commit | b661c8190e91c0baeebf813fec7ff8e99e155a54 (patch) | |
tree | 9b0e754ad7972e41980f6299b96b64f2b88accb4 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 91238714affef7603446207ad03a594d95d2eb9d (diff) |
iwlwifi: add iwl_hw_detect function to iwl core
This patch add iwl_hw_detect function to iwl core
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-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index edda2ff92f7..eff076e3521 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -159,6 +159,7 @@ struct iwl_cfg { | |||
159 | 159 | ||
160 | struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, | 160 | struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, |
161 | struct ieee80211_ops *hw_ops); | 161 | struct ieee80211_ops *hw_ops); |
162 | void iwl_hw_detect(struct iwl_priv *priv); | ||
162 | 163 | ||
163 | void iwlcore_clear_stations_table(struct iwl_priv *priv); | 164 | void iwlcore_clear_stations_table(struct iwl_priv *priv); |
164 | void iwlcore_reset_qos(struct iwl_priv *priv); | 165 | void iwlcore_reset_qos(struct iwl_priv *priv); |