Message ID | 20220628134351.4182-3-tangmeng@uniontech.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [5.10,v2,1/3] commit 5d6651fe8583 ("rtw88: 8821c: support RFE type2 wifi NIC") | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Tue, Jun 28, 2022 at 09:43:51PM +0800, Meng Tang wrote: > These commits can fix the problem of wifi not loading properly. At > least in my 5.10 kernel environment, the following error message is > reported: > > rtw_8821ce 0000:01:00.0: rfe 6 isn't supported > rtw_8821ce 0000:01:00.0: failed to setup chip efuse info > rtw_8821ce 0000:01:00.0: failed to setup chip information > > so I think that 5.10 need to merge these commits. > > The patch 1/3 and patch 2/3 need to be merged synchronously, otherwise it > will cause OE and then kernel exception. This is not in the original commit log at all. Shouldn't this be in the 0/3 email instead? And yes, this hardware is not supported in the 5.10 kernel tree, please move to 5.15 or newer and it will be fine. thanks, greg k-h
diff --git a/drivers/net/wireless/realtek/rtw88/rtw8821c.c b/drivers/net/wireless/realtek/rtw88/rtw8821c.c index 9c8fbc96f536..cbb4c761c5cb 100644 --- a/drivers/net/wireless/realtek/rtw88/rtw8821c.c +++ b/drivers/net/wireless/realtek/rtw88/rtw8821c.c @@ -1468,6 +1468,7 @@ static const struct rtw_rfe_def rtw8821c_rfe_defs[] = { [0] = RTW_DEF_RFE(8821c, 0, 0), [2] = RTW_DEF_RFE_EXT(8821c, 0, 0, 2), [4] = RTW_DEF_RFE_EXT(8821c, 0, 0, 2), + [6] = RTW_DEF_RFE(8821c, 0, 0), }; static struct rtw_hw_reg rtw8821c_dig[] = {