linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miri Korenblit <miriam.rachel.korenblit@intel.com>
To: linux-wireless@vger.kernel.org
Cc: Avraham Stern <avraham.stern@intel.com>
Subject: [PATCH iwlwifi-next 03/15] wifi: iwlwifi: mld: update expected range response notification version
Date: Thu, 10 Jul 2025 21:28:20 +0300	[thread overview]
Message-ID: <20250710212632.377d24e29ac6.I44119a4e793bba35b46e1d35e2c378ce6f901bfd@changeid> (raw)
In-Reply-To: <20250710182832.2615019-1-miriam.rachel.korenblit@intel.com>

From: Avraham Stern <avraham.stern@intel.com>

The last version for the range response notification is 10.
Update the expected version accordingly.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/mld/notif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mld/notif.c b/drivers/net/wireless/intel/iwlwifi/mld/notif.c
index c0e62d46aba6..ff1a3b9079e2 100644
--- a/drivers/net/wireless/intel/iwlwifi/mld/notif.c
+++ b/drivers/net/wireless/intel/iwlwifi/mld/notif.c
@@ -350,7 +350,7 @@ CMD_VERSIONS(time_sync_confirm_notif,
 	     CMD_VER_ENTRY(1, iwl_time_msmt_cfm_notify))
 CMD_VERSIONS(omi_status_notif,
 	     CMD_VER_ENTRY(1, iwl_omi_send_status_notif))
-CMD_VERSIONS(ftm_resp_notif, CMD_VER_ENTRY(9, iwl_tof_range_rsp_ntfy))
+CMD_VERSIONS(ftm_resp_notif, CMD_VER_ENTRY(10, iwl_tof_range_rsp_ntfy))
 
 DEFINE_SIMPLE_CANCELLATION(session_prot, iwl_session_prot_notif, mac_link_id)
 DEFINE_SIMPLE_CANCELLATION(tlc, iwl_tlc_update_notif, sta_id)
-- 
2.34.1


  parent reply	other threads:[~2025-07-10 18:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-10 18:28 [PATCH iwlwifi-next 00/15] wifi: iwlwifi: updates - 2025-07-10 Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 01/15] wifi: iwlwifi: mld: fix scan request validation Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 02/15] wifi: iwlwifi: mld: update the P2P device mac before starting the GO Miri Korenblit
2025-07-10 18:28 ` Miri Korenblit [this message]
2025-07-10 18:28 ` [PATCH iwlwifi-next 04/15] wifi: iwlwifi: mvm: remove regulatory puncturing setup Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 05/15] wifi: iwlwifi: mld: restrict puncturing disable to FM Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 06/15] wifi: iwlwifi: add suppress_cmd_error_once() API Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 07/15] wifi: iwlwifi: add iwl_trans_device_enabled() API Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 08/15] wifi: iwlwifi: add iwl_trans_is_dead() API Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 09/15] wifi: iwlwifi: fix HE/EHT capabilities Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 10/15] wifi: iwlwifi: mvm: set gtk id also in older FWs Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 11/15] wifi: iwlwifi: mvm: always set the key idx in gtk_seq Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 12/15] wifi: iwlwifi: mvm: don't remove all keys in mcast rekey Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 13/15] wifi: iwlwifi: mld: " Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 14/15] wifi: iwlwifi: pcie: don't WARN on bad firmware input Miri Korenblit
2025-07-10 18:28 ` [PATCH iwlwifi-next 15/15] wifi: iwlwifi: add support for accepting raw DSM tables by firmware Miri Korenblit

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=20250710212632.377d24e29ac6.I44119a4e793bba35b46e1d35e2c378ce6f901bfd@changeid \
    --to=miriam.rachel.korenblit@intel.com \
    --cc=avraham.stern@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).