From fa9f3c28693b08a928edc4c0e83f758b79b7f262 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 11 Jun 2015 10:00:23 +0200 Subject: [PATCH] RTL8192DU: update to RTL8192DU-7498302, this fixes #4187 Signed-off-by: Stephan Raue --- packages/linux-drivers/RTL8192DU/package.mk | 2 +- .../RTL8192DU/patches/RTL8192DU-kernel-4.0.patch | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 packages/linux-drivers/RTL8192DU/patches/RTL8192DU-kernel-4.0.patch diff --git a/packages/linux-drivers/RTL8192DU/package.mk b/packages/linux-drivers/RTL8192DU/package.mk index 9875f662c7..d10da2621a 100644 --- a/packages/linux-drivers/RTL8192DU/package.mk +++ b/packages/linux-drivers/RTL8192DU/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="RTL8192DU" -PKG_VERSION="085e206" +PKG_VERSION="7498302" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/linux-drivers/RTL8192DU/patches/RTL8192DU-kernel-4.0.patch b/packages/linux-drivers/RTL8192DU/patches/RTL8192DU-kernel-4.0.patch deleted file mode 100644 index 32c158422b..0000000000 --- a/packages/linux-drivers/RTL8192DU/patches/RTL8192DU-kernel-4.0.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Naur RTL8192DU-085e206/os_dep/rtw_android.c RTL8192DU-085e206.patch/os_dep/rtw_android.c ---- RTL8192DU-085e206/os_dep/rtw_android.c 2014-03-25 15:48:57.000000000 +0100 -+++ RTL8192DU-085e206.patch/os_dep/rtw_android.c 2015-04-04 20:23:03.589408056 +0200 -@@ -219,7 +219,11 @@ - { - int cmd_num; - for (cmd_num=0 ; cmd_num= KERNEL_VERSION(4, 0, 0)) -+ if (!strncasecmp(cmdstr , android_wifi_cmd_str[cmd_num], strlen(android_wifi_cmd_str[cmd_num]))) -+#else -+ if (0 == strnicmp(cmdstr , android_wifi_cmd_str[cmd_num], strlen(android_wifi_cmd_str[cmd_num]))) -+#endif - break; - - return cmd_num;