From 2d8d494f4021d13c690a586dee21ea00b3f08305 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 10 Dec 2022 00:29:37 +0000 Subject: [PATCH] linux: rtw88: rebase SDIO patch against kernel 6.1 --- .../default/linux-122-rtw88-test-20220611.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/linux/patches/default/linux-122-rtw88-test-20220611.patch b/packages/linux/patches/default/linux-122-rtw88-test-20220611.patch index 0fcf9818ad..0f4ca7df8e 100644 --- a/packages/linux/patches/default/linux-122-rtw88-test-20220611.patch +++ b/packages/linux/patches/default/linux-122-rtw88-test-20220611.patch @@ -968,14 +968,14 @@ diff --git a/drivers/net/wireless/realtek/rtw88/Makefile b/drivers/net/wireless/ index 06883d7323b05a..1901fc38f74305 100644 --- a/drivers/net/wireless/realtek/rtw88/Makefile +++ b/drivers/net/wireless/realtek/rtw88/Makefile -@@ -54,6 +54,8 @@ obj-$(CONFIG_RTW88_8821CU) += rtw88_8821cu.o - rtw88_8821cu-objs := rtw8821cu.o - +@@ -68,5 +68,8 @@ obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o -+obj-$(CONFIG_RTW88_SDIO) += rtw88_sdio.o - obj-$(CONFIG_RTW88_USB) += rtw88_usb.o rtw88_pci-objs := pci.o + ++obj-$(CONFIG_RTW88_SDIO) += rtw88_sdio.o +rtw88_sdio-objs := sdio.o ++ + obj-$(CONFIG_RTW88_USB) += rtw88_usb.o rtw88_usb-objs := usb.o diff --git a/drivers/net/wireless/realtek/rtw88/debug.h b/drivers/net/wireless/realtek/rtw88/debug.h index 066792dd96afb4..a9149c6c2b48c5 100644