Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4d10479 authored by Liad Kaufman's avatar Liad Kaufman Committed by Luca Coelho
Browse files

iwlwifi: a000: fix memory offsets and lengths



Memory offsets and lengths for A000 HW is different
than currently specified.

Fixes: e34d975e ("iwlwifi: Add a000 HW family support")
Signed-off-by: default avatarLiad Kaufman <liad.kaufman@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 730a1891
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -65,12 +65,12 @@
#define IWL_A000_TX_POWER_VERSION	0xffff /* meaningless */

/* Memory offsets and lengths */
#define IWL_A000_DCCM_OFFSET		0x800000
#define IWL_A000_DCCM_LEN		0x18000
#define IWL_A000_DCCM_OFFSET		0x800000 /* LMAC1 */
#define IWL_A000_DCCM_LEN		0x10000 /* LMAC1 */
#define IWL_A000_DCCM2_OFFSET		0x880000
#define IWL_A000_DCCM2_LEN		0x8000
#define IWL_A000_SMEM_OFFSET		0x400000
#define IWL_A000_SMEM_LEN		0x68000
#define IWL_A000_SMEM_LEN		0xD0000

#define IWL_A000_JF_FW_PRE	"iwlwifi-Qu-a0-jf-b0-"
#define IWL_A000_HR_FW_PRE	"iwlwifi-Qu-a0-hr-a0-"