aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-04-23 20:14:54 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-05-07 15:02:17 -0400
commitb661c8190e91c0baeebf813fec7ff8e99e155a54 (patch)
tree9b0e754ad7972e41980f6299b96b64f2b88accb4 /drivers/net/wireless/iwlwifi/iwl-core.h
parent91238714affef7603446207ad03a594d95d2eb9d (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.h1
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
160struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg, 160struct ieee80211_hw *iwl_alloc_all(struct iwl_cfg *cfg,
161 struct ieee80211_ops *hw_ops); 161 struct ieee80211_ops *hw_ops);
162void iwl_hw_detect(struct iwl_priv *priv);
162 163
163void iwlcore_clear_stations_table(struct iwl_priv *priv); 164void iwlcore_clear_stations_table(struct iwl_priv *priv);
164void iwlcore_reset_qos(struct iwl_priv *priv); 165void iwlcore_reset_qos(struct iwl_priv *priv);