mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
wifi: rtw89: disable RTW89_PHYSTS_IE09_FTR_0 for ppdu status
The IE length of RTW89_PHYSTS_IE09_FTR_0 is dynamic, need to calculate more to get it. This IE is not necessary now, disable it to avoid get wrong IE length to let the parse function check failed. Signed-off-by: Chih-Kang Chang <gary.chang@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20250915065213.38659-4-pkshih@realtek.com
This commit is contained in:
parent
19989c8073
commit
4e79a5cc01
|
|
@ -6184,8 +6184,6 @@ static void __rtw89_physts_parsing_init(struct rtw89_dev *rtwdev,
|
|||
val |= BIT(RTW89_PHYSTS_IE13_DL_MU_DEF) |
|
||||
BIT(RTW89_PHYSTS_IE01_CMN_OFDM);
|
||||
} else if (i >= RTW89_CCK_PKT) {
|
||||
val |= BIT(RTW89_PHYSTS_IE09_FTR_0);
|
||||
|
||||
val &= ~(GENMASK(RTW89_PHYSTS_IE07_CMN_EXT_PATH_D,
|
||||
RTW89_PHYSTS_IE04_CMN_EXT_PATH_A));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user