mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
wifi: rtw89: 8852b: update supported firmware format to 2
After firmware version 0.29.29.15, more data are included in firmware file. Increase format to 2 to prevent old driver failed to load the new firmware. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260213061552.29997-5-pkshih@realtek.com
This commit is contained in:
parent
888226bd56
commit
1d67f1f8e9
|
|
@ -13,7 +13,7 @@
|
|||
#include "rtw8852b_table.h"
|
||||
#include "txrx.h"
|
||||
|
||||
#define RTW8852B_FW_FORMAT_MAX 1
|
||||
#define RTW8852B_FW_FORMAT_MAX 2
|
||||
#define RTW8852B_FW_BASENAME "rtw89/rtw8852b_fw"
|
||||
#define RTW8852B_MODULE_FIRMWARE \
|
||||
RTW89_GEN_MODULE_FWNAME(RTW8852B_FW_BASENAME, RTW8852B_FW_FORMAT_MAX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user