package/rtl8189fs: bump revision

Bump package revision to pull various fixes for v5.1 - v5.17 kernels.
Patch that disables verbose debug is no more compatible with updated
driver since build flags in Makefile has been changed. Drop it.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Sergey Matyukevich 2022-05-09 09:07:20 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent c9cd65a03f
commit 25956b29e4
3 changed files with 2 additions and 30 deletions

View File

@ -1,28 +0,0 @@
From 5d3a44ff1aeb8ace6e08df3cad16102aaac1ef09 Mon Sep 17 00:00:00 2001
From: Sergey Matyukevich <geomatsi@gmail.com>
Date: Sun, 13 Jun 2021 15:51:51 +0300
Subject: [PATCH] include: disable debug messages
Disable debug messages to make rtl8189fs driver less noisy.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---
include/autoconf.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/autoconf.h b/include/autoconf.h
index 44efe42..b5df57b 100644
--- a/include/autoconf.h
+++ b/include/autoconf.h
@@ -224,8 +224,6 @@
/*
* Debug Related Config
*/
-#define CONFIG_DEBUG /* DBG_871X, etc... */
-
#ifdef CONFIG_DEBUG
#define DBG 1 // for ODM & BTCOEX debug
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
--
2.32.0

View File

@ -1,2 +1,2 @@
# Locally calculated
sha256 fd74248b8cc62e54a954502228be221ace6051832a972b8b3005cc05e9c87761 rtl8189fs-73f826f0fa74b2fc1ad67eaf92bf9787947ae673.tar.gz
sha256 41eee18d8a4289c2eac07af3224c62214a9b694a717bf497cd34a95b955f3d49 rtl8189fs-94a61cbf46ce87b7c9b8aa53123aeb142133a3c9.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
RTL8189FS_VERSION = 73f826f0fa74b2fc1ad67eaf92bf9787947ae673
RTL8189FS_VERSION = 94a61cbf46ce87b7c9b8aa53123aeb142133a3c9
RTL8189FS_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189FS_VERSION))
RTL8189FS_LICENSE = GPL-2.0