mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
wifi: rtw89: 8851b: update supported firmware format to 1
More data will be included in Firmware file and loaded via FW elements. Increase RTL8851B FW format to 1 to prevent old driver from failing to recognize FW with FW elements. Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260213061552.29997-8-pkshih@realtek.com
This commit is contained in:
parent
b60796c07a
commit
6b4fe14087
|
|
@ -15,7 +15,7 @@
|
|||
#include "txrx.h"
|
||||
#include "util.h"
|
||||
|
||||
#define RTW8851B_FW_FORMAT_MAX 0
|
||||
#define RTW8851B_FW_FORMAT_MAX 1
|
||||
#define RTW8851B_FW_BASENAME "rtw89/rtw8851b_fw"
|
||||
#define RTW8851B_MODULE_FIRMWARE \
|
||||
RTW89_GEN_MODULE_FWNAME(RTW8851B_FW_BASENAME, RTW8851B_FW_FORMAT_MAX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user