iwlwifi: mvm: remove redundant define in fw.c
authorInbal Hacohen <Inbal.Hacohen@intel.com>
Sun, 23 Feb 2014 08:34:11 +0000 (10:34 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 23 Feb 2014 17:27:27 +0000 (19:27 +0200)
This define is a leftover from dvm (in mvm, it
was replaced by MVM_UCODE_ALIVE_TIMEOUT).

Signed-off-by: Inbal Hacohen <Inbal.Hacohen@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/fw.c

index 93e1b4d..7ce2006 100644 (file)
@@ -369,8 +369,6 @@ out:
        return ret;
 }
 
-#define UCODE_CALIB_TIMEOUT    (2*HZ)
-
 int iwl_mvm_up(struct iwl_mvm *mvm)
 {
        int ret, i;