瀏覽代碼

iwlwifi: move iwl_get_hw_mode to iwl-core.h

This patch moves iwl_get_hw_mode to iwl-core.h.

Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Ron Rindjunsky 17 年之前
父節點
當前提交
3c57601d0a
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 6 0
      drivers/net/wireless/iwlwifi/iwl-core.h
  2. 0 6
      drivers/net/wireless/iwlwifi/iwl4965-base.c

+ 6 - 0
drivers/net/wireless/iwlwifi/iwl-core.h

@@ -342,4 +342,10 @@ static inline int iwl_send_rxon_assoc(struct iwl_priv *priv)
 	return priv->cfg->ops->hcmd->rxon_assoc(priv);
 	return priv->cfg->ops->hcmd->rxon_assoc(priv);
 }
 }
 
 
+static inline const struct ieee80211_supported_band *iwl_get_hw_mode(
+			struct iwl_priv *priv, enum ieee80211_band band)
+{
+	return priv->hw->wiphy->bands[band];
+}
+
 #endif /* __iwl_core_h__ */
 #endif /* __iwl_core_h__ */

+ 0 - 6
drivers/net/wireless/iwlwifi/iwl4965-base.c

@@ -87,12 +87,6 @@ MODULE_VERSION(DRV_VERSION);
 MODULE_AUTHOR(DRV_COPYRIGHT);
 MODULE_AUTHOR(DRV_COPYRIGHT);
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 
 
-static const struct ieee80211_supported_band *iwl_get_hw_mode(
-		struct iwl_priv *priv, enum ieee80211_band band)
-{
-	return priv->hw->wiphy->bands[band];
-}
-
 static int iwl4965_is_empty_essid(const char *essid, int essid_len)
 static int iwl4965_is_empty_essid(const char *essid, int essid_len)
 {
 {
 	/* Single white space is for Linksys APs */
 	/* Single white space is for Linksys APs */