Skip to content

Commit e109e36

Browse files
Ping-Ke ShihKalle Valo
authored andcommitted
rtw88: rtw8821c: enable rfe 6 devices
Ping-Ke Shih answered[1] a question for a user about an rtl8821ce device that reported RFE 6, which the driver did not support. Ping-Ke suggested a possible fix, but the user never reported back. A second user discovered the above thread and tested the proposed fix. Accordingly, I am pushing this change, even though I am not the author. [1] https://lore.kernel.org/linux-wireless/[email protected]/ Signed-off-by: Ping-Ke Shih <[email protected]> Reported-and-tested-by: masterzorag <[email protected]> Signed-off-by: Larry Finger <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d95984b commit e109e36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireless/realtek/rtw88/rtw8821c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ static const struct rtw_rfe_def rtw8821c_rfe_defs[] = {
15141514
[0] = RTW_DEF_RFE(8821c, 0, 0),
15151515
[2] = RTW_DEF_RFE_EXT(8821c, 0, 0, 2),
15161516
[4] = RTW_DEF_RFE_EXT(8821c, 0, 0, 2),
1517+
[6] = RTW_DEF_RFE(8821c, 0, 0),
15171518
};
15181519

15191520
static struct rtw_hw_reg rtw8821c_dig[] = {

0 commit comments

Comments
 (0)