diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-03-06 13:40:19 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-07 16:03:01 -0500 |
commit | df48c3235c90095a2f7dbcaba444add363ffb0ef (patch) | |
tree | a0d09dc5c4ebc78e60e4f2f64c4871c0c252b27b /drivers/net/wireless/iwlwifi/iwl4965-base.c | |
parent | f4d6082d53c588036a1c37891cb7d65088be13f5 (diff) |
iwlwifi: add iwl-core module
This patch adds iwl-core module to iwlwifi driver.
This module will contain common code and infrastracture for iwlwifi
driver
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/iwl4965-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl4965-base.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c index 5005c9513007..af95626a6112 100644 --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c +++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c | |||
@@ -49,10 +49,6 @@ | |||
49 | #include "iwl-4965.h" | 49 | #include "iwl-4965.h" |
50 | #include "iwl-helpers.h" | 50 | #include "iwl-helpers.h" |
51 | 51 | ||
52 | #ifdef CONFIG_IWL4965_DEBUG | ||
53 | u32 iwl4965_debug_level; | ||
54 | #endif | ||
55 | |||
56 | static int iwl4965_tx_queue_update_write_ptr(struct iwl4965_priv *priv, | 52 | static int iwl4965_tx_queue_update_write_ptr(struct iwl4965_priv *priv, |
57 | struct iwl4965_tx_queue *txq); | 53 | struct iwl4965_tx_queue *txq); |
58 | 54 | ||
@@ -91,9 +87,7 @@ int iwl4965_param_amsdu_size_8K; /* def: enable 8K amsdu size */ | |||
91 | #define VS | 87 | #define VS |
92 | #endif | 88 | #endif |
93 | 89 | ||
94 | #define IWLWIFI_VERSION "1.2.26k" VD VS | 90 | #define DRV_VERSION IWLWIFI_VERSION VD VS |
95 | #define DRV_COPYRIGHT "Copyright(c) 2003-2007 Intel Corporation" | ||
96 | #define DRV_VERSION IWLWIFI_VERSION | ||
97 | 91 | ||
98 | 92 | ||
99 | MODULE_DESCRIPTION(DRV_DESCRIPTION); | 93 | MODULE_DESCRIPTION(DRV_DESCRIPTION); |