All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@kernel.org
Cc: luca@coelho.fi, linux-wireless@vger.kernel.org
Subject: [PATCH 08/13] iwlwifi: pcie: fix SW error MSI-X mapping
Date: Fri,  4 Mar 2022 13:21:24 +0200	[thread overview]
Message-ID: <iwlwifi.20220304131517.bcfb28484e50.I921df6b5134785d7eeb0c934e4a43157c582fa79@changeid> (raw)
In-Reply-To: <20220304112129.219513-1-luca@coelho.fi>

From: Johannes Berg <johannes.berg@intel.com>

We need to also update the IVAR location, since we've shifted
the bit.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Fixes: 571836a02c7b ("iwlwifi: pcie: update sw error interrupt for BZ family")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/trans.c b/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
index 518700388fdd..6ad5df611370 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
@@ -1112,7 +1112,7 @@ static const struct iwl_causes_list causes_list_pre_bz[] = {
 };
 
 static const struct iwl_causes_list causes_list_bz[] = {
-	{MSIX_HW_INT_CAUSES_REG_SW_ERR_BZ,	CSR_MSIX_HW_INT_MASK_AD, 0x29},
+	{MSIX_HW_INT_CAUSES_REG_SW_ERR_BZ,	CSR_MSIX_HW_INT_MASK_AD, 0x15},
 };
 
 static void iwl_pcie_map_list(struct iwl_trans *trans,
-- 
2.35.1


  parent reply	other threads:[~2022-03-04 11:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 11:21 [PATCH 00/13] iwlwifi: updates intended for v5.18 2022-03-04 Luca Coelho
2022-03-04 11:21 ` [PATCH 01/13] iwlwifi: bump FW API to 71 for AX devices Luca Coelho
2022-03-04 11:21 ` [PATCH 02/13] iwlwifi: mvm: add a flag to reduce power command Luca Coelho
2022-03-04 11:21 ` [PATCH 03/13] iwlwifi: Configure FW debug preset via module param Luca Coelho
2022-03-04 11:21 ` [PATCH 04/13] iwlwifi: mvm: remove cipher scheme support Luca Coelho
2022-03-04 11:21 ` [PATCH 05/13] iwlwifi: yoyo: disable IMR DRAM region if IMR is disabled Luca Coelho
2022-03-04 11:21 ` [PATCH 06/13] iwlwifi: mvm: add support for IMR based on platform Luca Coelho
2022-03-04 11:21 ` [PATCH 07/13] iwlwifi: yoyo: dump IMR DRAM only for HW and FW error Luca Coelho
2022-03-04 11:21 ` Luca Coelho [this message]
2022-03-04 11:21 ` [PATCH 09/13] iwlwifi: use 4k queue size for Bz A-step Luca Coelho
2022-03-04 11:21 ` [PATCH 10/13] iwlwifi: dbg: in sync mode don't call schedule Luca Coelho
2022-03-04 11:21 ` [PATCH 11/13] iwlwifi: dbg: check trigger data before access Luca Coelho
2022-03-04 11:21 ` [PATCH 12/13] iwlwifi: acpi: move ppag code from mvm to fw/acpi Luca Coelho
2022-03-04 11:21 ` [PATCH 13/13] iwlwifi: bump FW API to 72 for AX devices Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iwlwifi.20220304131517.bcfb28484e50.I921df6b5134785d7eeb0c934e4a43157c582fa79@changeid \
    --to=luca@coelho.fi \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.