aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiad Kaufman <[email protected]>2017-07-02 10:32:34 +0300
committerLuca Coelho <[email protected]>2017-08-09 09:35:15 +0300
commit36ae4f3aafe7768d00510a18e5ad17a55a4849a5 (patch)
treef04cad03d20738cdc22c691172663bfe54a1bc72
parentf6586b69b29ef2e4f3c606c3d2da731a5ff4f16c (diff)
iwlwifi: fix a000 RF_ID define
One of the defines has a wrong value. Fixes: 1afb0ae42174 ("iwlwifi: allow combining different phy images with mac images") Signed-off-by: Liad Kaufman <[email protected]> Signed-off-by: Luca Coelho <[email protected]>
-rw-r--r--drivers/net/wireless/intel/iwlwifi/iwl-csr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-csr.h b/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
index c6c1876c1ad4..560de9de5232 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
@@ -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)