iwlwifi: fix a000 RF_ID define
authorLiad Kaufman <liad.kaufman@intel.com>
Sun, 2 Jul 2017 07:32:34 +0000 (10:32 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Aug 2017 06:35:15 +0000 (09:35 +0300)
One of the defines has a wrong value.

Fixes: 1afb0ae42174 ("iwlwifi: allow combining different phy images with mac images")
Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-csr.h

index c6c1876..560de9d 100644 (file)
@@ -356,7 +356,7 @@ enum {
 #define CSR_HW_REV_TYPE_NONE           (0x00001F0)
 
 /* RF_ID value */
-#define CSR_HW_RF_ID_TYPE_JF           (0x00105000)
+#define CSR_HW_RF_ID_TYPE_JF           (0x00105100)
 #define CSR_HW_RF_ID_TYPE_HR           (0x0010A000)
 #define CSR_HW_RF_ID_TYPE_HRCDB                (0x00109000)