Skip to content

Commit bfa6ccf

Browse files
Ping-Ke Shihjfvogel
authored andcommitted
rtw88: rtw8821c: enable rfe 6 devices
commit e109e36 upstream. 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] Signed-off-by: Meng Tang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit 810962c794178b44c2c29d61d51e2e62d61d0218) Signed-off-by: Jack Vogel <[email protected]>
1 parent 82a7324 commit bfa6ccf

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
@@ -1513,6 +1513,7 @@ static const struct rtw_rfe_def rtw8821c_rfe_defs[] = {
15131513
[0] = RTW_DEF_RFE(8821c, 0, 0),
15141514
[2] = RTW_DEF_RFE_EXT(8821c, 0, 0, 2),
15151515
[4] = RTW_DEF_RFE_EXT(8821c, 0, 0, 2),
1516+
[6] = RTW_DEF_RFE(8821c, 0, 0),
15161517
};
15171518

15181519
static struct rtw_hw_reg rtw8821c_dig[] = {

0 commit comments

Comments
 (0)