aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-04-03 16:42:03 -0700
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-23 14:28:51 -0700
commit24e4986283be8dffce54bd1ebe79d82cad913862 (patch)
tree1ac963e7cef7141417d74a14ceda3cf9d7c7c748
parentiwlwifi: remove TX/RX frame statistics (diff)
downloadlinux-dev-24e4986283be8dffce54bd1ebe79d82cad913862.tar.xz
linux-dev-24e4986283be8dffce54bd1ebe79d82cad913862.zip
iwlwifi: remove duplicate iwlagn_mod_params declaration
We only need one declaration, not multiple. Keep the one in iwl-shared.h, which will probably be renamed to iwl-modparams.h at some point in the future. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-dev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h
index 67e3b4056f09..6853fc72abb9 100644
--- a/drivers/net/wireless/iwlwifi/iwl-dev.h
+++ b/drivers/net/wireless/iwlwifi/iwl-dev.h
@@ -1019,7 +1019,6 @@ struct iwl_priv {
}; /*iwl_priv */
extern struct kmem_cache *iwl_tx_cmd_pool;
-extern struct iwl_mod_params iwlagn_mod_params;
static inline struct iwl_rxon_context *
iwl_rxon_ctx_from_vif(struct ieee80211_vif *vif)