From 6a4dee84282450bbac309662c3109532b09ce3c5 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Tue, 4 Jul 2023 05:21:21 +0200 Subject: [PATCH] Revert "RTL8812AU: add patch to set correct device name" This reverts commit 74e2ca9c100f430a2b29a05d65b4808b3c5de522. --- ...e-8814-8821.patch => 0001-disable_8814_8821.patch} | 0 .../rtl8812au-openipc/0002-correct-device-name.patch | 11 ----------- 2 files changed, 11 deletions(-) rename general/package/rtl8812au-openipc/{0001-disable-8814-8821.patch => 0001-disable_8814_8821.patch} (100%) delete mode 100644 general/package/rtl8812au-openipc/0002-correct-device-name.patch diff --git a/general/package/rtl8812au-openipc/0001-disable-8814-8821.patch b/general/package/rtl8812au-openipc/0001-disable_8814_8821.patch similarity index 100% rename from general/package/rtl8812au-openipc/0001-disable-8814-8821.patch rename to general/package/rtl8812au-openipc/0001-disable_8814_8821.patch diff --git a/general/package/rtl8812au-openipc/0002-correct-device-name.patch b/general/package/rtl8812au-openipc/0002-correct-device-name.patch deleted file mode 100644 index c833bc0c..00000000 --- a/general/package/rtl8812au-openipc/0002-correct-device-name.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/drv_types_linux.h -+++ b/include/drv_types_linux.h -@@ -16,7 +16,7 @@ - #define __DRV_TYPES_LINUX_H__ - - #if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0)) --#define dev_addr_set(netdev, ethdata) _rtw_memcpy(netdev, ethdata, ETH_ALEN) -+#define dev_addr_set(netdev, ethdata) _rtw_memcpy(netdev->dev_addr, ethdata, ETH_ALEN) - #endif - - #endif