mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
linux: rtw88: rebase SDIO patch against kernel 6.1
This commit is contained in:
parent
814b798cc7
commit
2d8d494f40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user