All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
@ 2022-03-13 16:43 Larry Finger
  2022-03-14  0:21 ` Pkshih
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2022-03-13 16:43 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Larry Finger, Ping-Ke Shih, stable

The rtl8821ce with RFE Type 6 behaves the same as ones with RFE Type 0.

This change has been tested in the repo at git://GitHub.com/lwfinger/rtw88.git.
It fixes commit 769a29ce2af4 ("rtw88: 8821c: add basic functions").

Fixes: 769a29ce2af4 ("rtw88: 8821c: add basic functions").
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: stable@vger.kernel.org # 5.9+
---
Kalle,

This patch file was prepared a couple of months ago, but apparently not submitted
then. It should be applied as soon as possible.

Larry
---
 drivers/net/wireless/realtek/rtw88/rtw8821c.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8821c.c b/drivers/net/wireless/realtek/rtw88/rtw8821c.c
index db078df63f85..b1f4afb50830 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8821c.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8821c.c
@@ -1514,6 +1514,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[] = {
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
  2022-03-13 16:43 [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6 Larry Finger
@ 2022-03-14  0:21 ` Pkshih
  2022-03-14  8:08   ` Kalle Valo
  2022-03-14 16:58   ` Larry Finger
  0 siblings, 2 replies; 4+ messages in thread
From: Pkshih @ 2022-03-14  0:21 UTC (permalink / raw)
  To: Larry Finger, kvalo; +Cc: linux-wireless, stable


> -----Original Message-----
> From: Larry Finger <Larry.Finger@lwfinger.net>
> Sent: Monday, March 14, 2022 12:44 AM
> To: kvalo@kernel.org
> Cc: linux-wireless@vger.kernel.org; Larry Finger <Larry.Finger@lwfinger.net>; Pkshih <pkshih@realtek.com>;
> stable@vger.kernel.org
> Subject: [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
> 
> The rtl8821ce with RFE Type 6 behaves the same as ones with RFE Type 0.
> 
> This change has been tested in the repo at git://GitHub.com/lwfinger/rtw88.git.
> It fixes commit 769a29ce2af4 ("rtw88: 8821c: add basic functions").
> 
> Fixes: 769a29ce2af4 ("rtw88: 8821c: add basic functions").
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: stable@vger.kernel.org # 5.9+
> ---
> Kalle,
> 
> This patch file was prepared a couple of months ago, but apparently not submitted
> then. It should be applied as soon as possible.
> 
> Larry

Hi Larry,

This patch has been merged [1]. The git link of wireless driver next has been
changed [2]. That may be the reason you can't find the patch.

[1] https://lore.kernel.org/all/164364407205.21641.13263478436415544062.kvalo@kernel.org/
[2] git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git

Ping-Ke


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
  2022-03-14  0:21 ` Pkshih
@ 2022-03-14  8:08   ` Kalle Valo
  2022-03-14 16:58   ` Larry Finger
  1 sibling, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2022-03-14  8:08 UTC (permalink / raw)
  To: Pkshih; +Cc: Larry Finger, linux-wireless, stable

Pkshih <pkshih@realtek.com> writes:

>> -----Original Message-----
>> From: Larry Finger <Larry.Finger@lwfinger.net>
>> Sent: Monday, March 14, 2022 12:44 AM
>> To: kvalo@kernel.org
>> Cc: linux-wireless@vger.kernel.org; Larry Finger
>> <Larry.Finger@lwfinger.net>; Pkshih <pkshih@realtek.com>;
>> stable@vger.kernel.org
>> Subject: [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
>> 
>> The rtl8821ce with RFE Type 6 behaves the same as ones with RFE Type 0.
>> 
>> This change has been tested in the repo at git://GitHub.com/lwfinger/rtw88.git.
>> It fixes commit 769a29ce2af4 ("rtw88: 8821c: add basic functions").
>> 
>> Fixes: 769a29ce2af4 ("rtw88: 8821c: add basic functions").
>> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
>> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
>> Cc: stable@vger.kernel.org # 5.9+
>> ---
>> Kalle,
>> 
>> This patch file was prepared a couple of months ago, but apparently not submitted
>> then. It should be applied as soon as possible.
>> 
>> Larry
>
> Hi Larry,
>
> This patch has been merged [1]. The git link of wireless driver next has been
> changed [2]. That may be the reason you can't find the patch.
>
> [1]
> https://lore.kernel.org/all/164364407205.21641.13263478436415544062.kvalo@kernel.org/
> [2] git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git

So the commit id is:

e109e3617e5d rtw88: rtw8821c: enable rfe 6 devices

And the commit should be in v5.18-rc1, which is most likely released in
three weeks.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
  2022-03-14  0:21 ` Pkshih
  2022-03-14  8:08   ` Kalle Valo
@ 2022-03-14 16:58   ` Larry Finger
  1 sibling, 0 replies; 4+ messages in thread
From: Larry Finger @ 2022-03-14 16:58 UTC (permalink / raw)
  To: Pkshih, kvalo; +Cc: linux-wireless, stable

On 3/13/22 19:21, Pkshih wrote:
> 
>> -----Original Message-----
>> From: Larry Finger <Larry.Finger@lwfinger.net>
>> Sent: Monday, March 14, 2022 12:44 AM
>> To: kvalo@kernel.org
>> Cc: linux-wireless@vger.kernel.org; Larry Finger <Larry.Finger@lwfinger.net>; Pkshih <pkshih@realtek.com>;
>> stable@vger.kernel.org
>> Subject: [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6
>>
>> The rtl8821ce with RFE Type 6 behaves the same as ones with RFE Type 0.
>>
>> This change has been tested in the repo at git://GitHub.com/lwfinger/rtw88.git.
>> It fixes commit 769a29ce2af4 ("rtw88: 8821c: add basic functions").
>>
>> Fixes: 769a29ce2af4 ("rtw88: 8821c: add basic functions").
>> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
>> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
>> Cc: stable@vger.kernel.org # 5.9+
>> ---
>> Kalle,
>>
>> This patch file was prepared a couple of months ago, but apparently not submitted
>> then. It should be applied as soon as possible.
>>
>> Larry
> 
> Hi Larry,
> 
> This patch has been merged [1]. The git link of wireless driver next has been
> changed [2]. That may be the reason you can't find the patch.
> 
> [1] https://lore.kernel.org/all/164364407205.21641.13263478436415544062.kvalo@kernel.org/
> [2] git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git

Ping-Ke,

Thanks for the heads-up. I have re-cloned my repo.

@Kalle: Ignore the noise.

Larry


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-14 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 16:43 [PATCH] rtw88: Fix missing support for Realtek 8821CE RFE Type 6 Larry Finger
2022-03-14  0:21 ` Pkshih
2022-03-14  8:08   ` Kalle Valo
2022-03-14 16:58   ` Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.