[Wireless driver 8188EU] Remove deprecated patch

It was accepted upstream.

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik 2020-03-14 18:39:15 +01:00
parent 8d0433d266
commit 0af97e41a3
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5
2 changed files with 0 additions and 25 deletions

View File

@ -254,7 +254,6 @@ compilation_prepare()
# Disable debug
sed -i "s/^CONFIG_RTW_DEBUG.*/CONFIG_RTW_DEBUG = n/" ${SRC}/cache/sources/${LINUXSOURCEDIR}/drivers/net/wireless/rtl8188eu/Makefile
process_patch_file "${SRC}/patch/misc/wireless-rtl8188eu-disable-efuse.patch" "applying"
# Add to section Makefile
echo "obj-\$(CONFIG_RTL8188EU) += rtl8188eu/" >> $SRC/cache/sources/${LINUXSOURCEDIR}/drivers/net/wireless/Makefile

View File

@ -1,24 +0,0 @@
From 5f0aa06dc64586890f19bf4c388b096227a0b954 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?=
<igorpecovnik@users.noreply.github.com>
Date: Thu, 27 Feb 2020 00:00:27 +0100
Subject: [PATCH] drop annoying rtl8188e_iol_efuse_patch message
when switching MAC
---
hal/rtl8188e/rtl8188e_hal_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/rtl8188eu/hal/rtl8188e/rtl8188e_hal_init.c b/drivers/net/wireless/rtl8188eu/hal/rtl8188e/rtl8188e_hal_init.c
index 83e7777..cf2f8d1 100644
--- a/drivers/net/wireless/rtl8188eu/hal/rtl8188e/rtl8188e_hal_init.c
+++ b/drivers/net/wireless/rtl8188eu/hal/rtl8188e/rtl8188e_hal_init.c
@@ -421,7 +421,7 @@ static s32 iol_read_efuse(
s32 rtl8188e_iol_efuse_patch(PADAPTER padapter)
{
s32 result = _SUCCESS;
- printk("==> %s\n", __FUNCTION__);
+ /* printk("==> %s\n", __FUNCTION__); */
if (rtw_IOL_applied(padapter)) {
iol_mode_enable(padapter, 1);