diff mbox series

[rtw-next,1/4] wifi: rtw89: 8852c: update supported firmware format to 2

Message ID 20250416081241.36138-2-pkshih@realtek.com
State New
Headers show
Series wifi: rtw89: update 8852C firmware format version 2 and etc | expand

Commit Message

Ping-Ke Shih April 16, 2025, 8:12 a.m. UTC
After firmware 0.27.125.0, it adds more fields to support firmware secure
boot. Though current driver has supported the format, old driver can't
recognize the new format, increase firmware format to 2 to avoid failed
to load the firmware by old driver.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw89/rtw8852c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ping-Ke Shih April 26, 2025, 7:34 a.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> wrote:

> After firmware 0.27.125.0, it adds more fields to support firmware secure
> boot. Though current driver has supported the format, old driver can't
> recognize the new format, increase firmware format to 2 to avoid failed
> to load the firmware by old driver.
> 
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

4 patch(es) applied to rtw-next branch of rtw.git, thanks.

603f4c71cc5d wifi: rtw89: 8852c: update supported firmware format to 2
20aac091a15d wifi: rtw89: 8922a: fix TX fail with wrong VCO setting
f64801d6f15e wifi: rtw89: regd: indicate if regd_UK TX power settings follow regd_ETSI
3e03579821ee wifi: rtw89: set pre-calculated antenna matrices for HE trigger frame

---
https://github.com/pkshih/rtw.git
diff mbox series

Patch

diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852c.c b/drivers/net/wireless/realtek/rtw89/rtw8852c.c
index a8fd573d5048..9a2235f28e24 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8852c.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852c.c
@@ -15,7 +15,7 @@ 
 #include "sar.h"
 #include "util.h"
 
-#define RTW8852C_FW_FORMAT_MAX 1
+#define RTW8852C_FW_FORMAT_MAX 2
 #define RTW8852C_FW_BASENAME "rtw89/rtw8852c_fw"
 #define RTW8852C_MODULE_FIRMWARE \
 	RTW8852C_FW_BASENAME "-" __stringify(RTW8852C_FW_FORMAT_MAX) ".bin"