iwlwifi: move hw related defines to separate file
[sfrench/cifs-2.6.git] / drivers / net / wireless / iwlwifi / iwl-agn-ucode.c
index f57a4f8033f7678bfbdd950843e3e4ad1c8faf8e..f0af3881b74c8b1f0c5ac7246fe5c3e9855bee65 100644 (file)
@@ -35,7 +35,7 @@
 #include "iwl-dev.h"
 #include "iwl-core.h"
 #include "iwl-io.h"
-#include "iwl-5000-hw.h"
+#include "iwl-agn-hw.h"
 
 /*
  * ucode
@@ -101,12 +101,12 @@ static int iwlagn_load_given_ucode(struct iwl_priv *priv,
        int ret = 0;
 
        ret = iwlagn_load_section(priv, "INST", inst_image,
-                                  IWL50_RTC_INST_LOWER_BOUND);
+                                  IWLAGN_RTC_INST_LOWER_BOUND);
        if (ret)
                return ret;
 
        return iwlagn_load_section(priv, "DATA", data_image,
-                                   IWL50_RTC_DATA_LOWER_BOUND);
+                                   IWLAGN_RTC_DATA_LOWER_BOUND);
 }
 
 int iwlagn_load_ucode(struct iwl_priv *priv)