linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <gary.chang@realtek.com>, <phhuang@realtek.com>
Subject: [PATCH 1/3] wifi: rtw89: 8922a: update scan offload H2C fields
Date: Thu, 28 Mar 2024 13:26:54 +0800	[thread overview]
Message-ID: <20240328052656.18823-2-pkshih@realtek.com> (raw)
In-Reply-To: <20240328052656.18823-1-pkshih@realtek.com>

From: Chih-Kang Chang <gary.chang@realtek.com>

Update scan offload H2C length to fit new FW format.
This change is required after FW version 0.35.15.0. Since the first release
of firmware is 0.35.18.0, we don't maintain backward compatibility.

Signed-off-by: Chih-Kang Chang <gary.chang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw89/fw.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/realtek/rtw89/fw.h b/drivers/net/wireless/realtek/rtw89/fw.h
index d7666c3d6a89..a7e78a881f7f 100644
--- a/drivers/net/wireless/realtek/rtw89/fw.h
+++ b/drivers/net/wireless/realtek/rtw89/fw.h
@@ -2981,6 +2981,7 @@ struct rtw89_h2c_scanofld_be {
 	__le32 w5;
 	__le32 w6;
 	__le32 w7;
+	__le32 w8;
 	struct rtw89_h2c_scanofld_be_macc_role role[];
 } __packed;
 
-- 
2.25.1


  reply	other threads:[~2024-03-28  5:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28  5:26 [PATCH 0/3] wifi: rtw89: 8922a: update 8922A settings along with current firmware Ping-Ke Shih
2024-03-28  5:26 ` Ping-Ke Shih [this message]
2024-04-03  2:33   ` [PATCH 1/3] wifi: rtw89: 8922a: update scan offload H2C fields Ping-Ke Shih
2024-03-28  5:26 ` [PATCH 2/3] wifi: rtw89: 8922a: download template probe requests for 6 GHz band Ping-Ke Shih
2024-03-28  5:26 ` [PATCH 3/3] wifi: rtw89: 8922a: add beacon filter and CQM support Ping-Ke Shih

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=20240328052656.18823-2-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=gary.chang@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=phhuang@realtek.com \
    /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).