[PATCH 34/47] backports: Remove rtl8188eu driver

Hauke Mehrtens <[email protected]>
Newsgroups org.kernel.vger.backports
Message-ID <[email protected]>
This driver was removed from upstream kernel.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 backport/defconfigs/wifi                  |  1 -
 copy-list                                 |  1 -
 patches/0028-select_queue/rtl8188eu.patch | 21 ---------------------
 3 files changed, 23 deletions(-)
 delete mode 100644 patches/0028-select_queue/rtl8188eu.patch

diff --git a/backport/defconfigs/wifi b/backport/defconfigs/wifi
index 8f7b9f58..86e3bd6e 100644
--- a/backport/defconfigs/wifi
+++ b/backport/defconfigs/wifi
@@ -85,7 +85,6 @@ CPTCFG_PCMCIA_SPECTRUM=m
 CPTCFG_PLX_HERMES=m
 CPTCFG_RSI_91X=m
 CPTCFG_QTNFMAC_PCIE=m
-CPTCFG_R8188EU=m
 CPTCFG_RT2400PCI=m
 CPTCFG_RT2500PCI=m
 CPTCFG_RT2500USB=m
diff --git a/copy-list b/copy-list
index 8c787e06..63ea7eda 100644
--- a/copy-list
+++ b/copy-list
@@ -124,7 +124,6 @@ drivers/net/usb/usbnet.c
 
 drivers/staging/Makefile
 drivers/staging/Kconfig
-drivers/staging/rtl8188eu/
 drivers/staging/rtl8723bs/
 
 drivers/usb/class/Makefile
diff --git a/patches/0028-select_queue/rtl8188eu.patch b/patches/0028-select_queue/rtl8188eu.patch
deleted file mode 100644
index 7d3c7b95..00000000
--- a/patches/0028-select_queue/rtl8188eu.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/staging/rtl8188eu/os_dep/os_intfs.c
-+++ b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
-@@ -243,8 +243,18 @@ static unsigned int rtw_classify8021d(st
- 	return dscp >> 5;
- }
- 
-+#if LINUX_VERSION_IS_GEQ(5,2,0)
- static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb,
- 			    struct net_device *sb_dev)
-+#elif LINUX_VERSION_IS_GEQ(4,19,0)
-+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb,
-+			    struct net_device *sb_dev,
-+			    select_queue_fallback_t fallback)
-+#else
-+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb,
-+			    void *accel_priv,
-+			    select_queue_fallback_t fallback)
-+#endif
- {
- 	struct adapter *padapter = netdev_priv(dev);
- 	struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
-- 
2.30.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.