aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-06-26 15:39:38 +0200
committerJohn Crispin <john@phrozen.org>2018-06-26 15:45:30 +0200
commit66c5696cdf9599ccef652a651f52c0f7f53da44a (patch)
tree880b99474a4dc44e67226bf22b1d4c0db74e0ac0 /package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch
parentb7ef10cbf05a96fce241f88bc5099694d531048a (diff)
downloadupstream-66c5696cdf9599ccef652a651f52c0f7f53da44a.tar.gz
upstream-66c5696cdf9599ccef652a651f52c0f7f53da44a.tar.bz2
upstream-66c5696cdf9599ccef652a651f52c0f7f53da44a.zip
mac80211: rtl8xxxu: drop support patches
After a very enlightening but unfortunately far too short exchange with Jes we mutually agreed to drop the patches. They are unfortunately not ready yet. Acked-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch')
-rw-r--r--package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch b/package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch
deleted file mode 100644
index 49aba984b5..0000000000
--- a/package/kernel/mac80211/patches/653-0044-rtl8xxxu-Enable-8188eu-driver.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From b7aed472c6639e2a523d0ef90dba61246d7bd9b4 Mon Sep 17 00:00:00 2001
-From: Jes Sorensen <Jes.Sorensen@redhat.com>
-Date: Mon, 25 Jul 2016 12:32:02 -0400
-Subject: [PATCH] rtl8xxxu: Enable 8188eu driver
-
-This enables the 8188eu driver - this should work by now.
-
-Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
----
- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c | 1 -
- 1 file changed, 1 deletion(-)
-
---- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
-+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188e.c
-@@ -539,7 +539,6 @@ static int rtl8188eu_load_firmware(struc
-
- ret = rtl8xxxu_load_firmware(priv, fw_name);
-
-- return -EINVAL;
- return ret;
- }
-