From 4611eb82bb8aaf772d0cecdafbd456bcbbe425b6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 19 Nov 2024 16:58:34 +0800 Subject: [PATCH] mac80211: mark upstreamed rtl patches Signed-off-by: Tianling Shen --- ...d-additional-devices-to-the-USB_DEVIC.patch} | 17 +++++++++++++++++ ...wifi-rtw88-8812au-Add-more-device-IDs.patch} | 17 ++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) rename package/kernel/mac80211/patches/rtl/{048-wifi-rtw88-Add-vid-pid-to-rtw8821a.patch => 048-v6.13-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_DEVIC.patch} (85%) rename package/kernel/mac80211/patches/rtl/{049-wifi-rtw88-Add-vid-pid-to-rtw8812a.patch => 049-v6.13-wifi-rtw88-8812au-Add-more-device-IDs.patch} (88%) diff --git a/package/kernel/mac80211/patches/rtl/048-wifi-rtw88-Add-vid-pid-to-rtw8821a.patch b/package/kernel/mac80211/patches/rtl/048-v6.13-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_DEVIC.patch similarity index 85% rename from package/kernel/mac80211/patches/rtl/048-wifi-rtw88-Add-vid-pid-to-rtw8821a.patch rename to package/kernel/mac80211/patches/rtl/048-v6.13-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_DEVIC.patch index 8cd0768856..d1e268c79b 100644 --- a/package/kernel/mac80211/patches/rtl/048-wifi-rtw88-Add-vid-pid-to-rtw8821a.patch +++ b/package/kernel/mac80211/patches/rtl/048-v6.13-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_DEVIC.patch @@ -1,3 +1,20 @@ +From 7b5ce65d90187f0944e70dc5741aa0edfac926f4 Mon Sep 17 00:00:00 2001 +From: Larry Finger +Date: Wed, 6 Nov 2024 15:55:31 +0200 +Subject: [PATCH] wifi: rtw88: 8821au: Add additional devices to the USB_DEVICE + list + +These are the entries that Nick Morrow provided. From +https://github.com/morrownr/8821au-20210708 + +Signed-off-by: Larry Finger +Signed-off-by: Bitterblue Smith +Signed-off-by: Ping-Ke Shih +Link: https://patch.msgid.link/da05b866-a9ff-428c-a008-35e8cf200a98@gmail.com +--- + .../net/wireless/realtek/rtw88/rtw8821au.c | 52 ++++++++++++++++++- + 1 file changed, 51 insertions(+), 1 deletion(-) + --- a/drivers/net/wireless/realtek/rtw88/rtw8821au.c +++ b/drivers/net/wireless/realtek/rtw88/rtw8821au.c @@ -9,8 +9,58 @@ diff --git a/package/kernel/mac80211/patches/rtl/049-wifi-rtw88-Add-vid-pid-to-rtw8812a.patch b/package/kernel/mac80211/patches/rtl/049-v6.13-wifi-rtw88-8812au-Add-more-device-IDs.patch similarity index 88% rename from package/kernel/mac80211/patches/rtl/049-wifi-rtw88-Add-vid-pid-to-rtw8812a.patch rename to package/kernel/mac80211/patches/rtl/049-v6.13-wifi-rtw88-8812au-Add-more-device-IDs.patch index ab1c27bf7a..e03f246164 100644 --- a/package/kernel/mac80211/patches/rtl/049-wifi-rtw88-Add-vid-pid-to-rtw8812a.patch +++ b/package/kernel/mac80211/patches/rtl/049-v6.13-wifi-rtw88-8812au-Add-more-device-IDs.patch @@ -1,3 +1,18 @@ +From 1ee6ff9ae3c1a9eda9081f9db04f85d3a7352d38 Mon Sep 17 00:00:00 2001 +From: Nick Morrow +Date: Wed, 6 Nov 2024 15:57:10 +0200 +Subject: [PATCH] wifi: rtw88: 8812au: Add more device IDs + +From https://github.com/morrownr/8812au-20210820. + +Signed-off-by: Nick Morrow +Signed-off-by: Bitterblue Smith +Signed-off-by: Ping-Ke Shih +Link: https://patch.msgid.link/31b7ee6b-f96d-43e0-a32f-a9eb1174a0c1@gmail.com +--- + .../net/wireless/realtek/rtw88/rtw8812au.c | 68 ++++++++++++++++++- + 1 file changed, 67 insertions(+), 1 deletion(-) + --- a/drivers/net/wireless/realtek/rtw88/rtw8812au.c +++ b/drivers/net/wireless/realtek/rtw88/rtw8812au.c @@ -9,8 +9,74 @@ @@ -15,7 +30,7 @@ + .driver_info = (kernel_ulong_t)&(rtw8812a_hw_spec) }, + { USB_DEVICE_AND_INTERFACE_INFO(0x0409, 0x0408, 0xff, 0xff, 0xff), + .driver_info = (kernel_ulong_t)&(rtw8812a_hw_spec) }, /* NEC */ -+ { USB_DEVICE_AND_INTERFACE_INFO(0x0411, 0x025D, 0xff, 0xff, 0xff), ++ { USB_DEVICE_AND_INTERFACE_INFO(0x0411, 0x025d, 0xff, 0xff, 0xff), + .driver_info = (kernel_ulong_t)&(rtw8812a_hw_spec) }, /* Buffalo */ + { USB_DEVICE_AND_INTERFACE_INFO(0x04bb, 0x0952, 0xff, 0xff, 0xff), + .driver_info = (kernel_ulong_t)&(rtw8812a_hw_spec) }, /* I-O DATA */