projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4e055
)
wifi: rtw89: fw: configure CRASH_TRIGGER feature for 8852B
author
Zong-Zhe Yang
<kevin_yang@realtek.com>
Mon, 20 Feb 2023 07:01:58 +0000
(15:01 +0800)
committer
Kalle Valo
<kvalo@kernel.org>
Wed, 22 Feb 2023 12:32:12 +0000
(14:32 +0200)
RTL8852B firmware supports CRASH_TRIGGER feature from v0.29.29.0.
After this is configured, debugfs fw_crash can support type 1 on
RTL8852B to trigger firmware crash and verify L2 recovery through
simulation.
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link:
https://lore.kernel.org/r/20230220070202.29868-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/realtek/rtw89/fw.c
b/drivers/net/wireless/realtek/rtw89/fw.c
index 9dc0abc1fc37e08fced68d4ff8ef534b05207c99..d5b1f1b0fd672a16b9f2c1f0d6116c2f9e55b7a4 100644
(file)
--- a/
drivers/net/wireless/realtek/rtw89/fw.c
+++ b/
drivers/net/wireless/realtek/rtw89/fw.c
@@
-259,6
+259,7
@@
static const struct __fw_feat_cfg fw_feat_tbl[] = {
__CFG_FW_FEAT(RTL8852A, ge, 0, 13, 38, 0, PACKET_DROP),
__CFG_FW_FEAT(RTL8852B, ge, 0, 29, 26, 0, NO_LPS_PG),
__CFG_FW_FEAT(RTL8852B, ge, 0, 29, 26, 0, TX_WAKE),
+ __CFG_FW_FEAT(RTL8852B, ge, 0, 29, 29, 0, CRASH_TRIGGER),
__CFG_FW_FEAT(RTL8852C, ge, 0, 27, 20, 0, PACKET_DROP),
__CFG_FW_FEAT(RTL8852C, le, 0, 27, 33, 0, NO_DEEP_PS),
__CFG_FW_FEAT(RTL8852C, ge, 0, 27, 34, 0, TX_WAKE),