25 lines
951 B
Diff
25 lines
951 B
Diff
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);
|