Browse Source

iwlwifi: move TIME_UNIT

We're getting rid of iwl-core.h, move TIME_UNIT out.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Johannes Berg 13 years ago
parent
commit
ccc369a6b6
2 changed files with 1 additions and 2 deletions
  1. 1 0
      drivers/net/wireless/iwlwifi/iwl-agn.h
  2. 0 2
      drivers/net/wireless/iwlwifi/iwl-core.h

+ 1 - 0
drivers/net/wireless/iwlwifi/iwl-agn.h

@@ -82,6 +82,7 @@ extern struct iwl_lib_ops iwl6000_lib;
 extern struct iwl_lib_ops iwl6030_lib;
 
 
+#define TIME_UNIT		1024
 
 /*****************************************************
 * DRIVER STATUS FUNCTIONS

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

@@ -72,8 +72,6 @@
 struct iwl_host_cmd;
 struct iwl_cmd;
 
-#define TIME_UNIT		1024
-
 /***************************
  *   L i b                 *
  ***************************/