about summary refs log tree commit diff
path: root/modules/hardware/rtl8192cu/kernel-4.x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/rtl8192cu/kernel-4.x.patch')
-rw-r--r--modules/hardware/rtl8192cu/kernel-4.x.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/hardware/rtl8192cu/kernel-4.x.patch b/modules/hardware/rtl8192cu/kernel-4.x.patch
deleted file mode 100644
index b1b1dc76..00000000
--- a/modules/hardware/rtl8192cu/kernel-4.x.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c
-index 3a3cf91..1e4f16e 100755
---- a/os_dep/linux/os_intfs.c
-+++ b/os_dep/linux/os_intfs.c
-@@ -949,7 +949,8 @@ unsigned int rtw_classify8021d(struct sk_buff *skb)
- 	return dscp >> 5;
- }
- 
--static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb)
-+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb,
-+			    void *accel_priv, select_queue_fallback_t fallback)
- {
- 	_adapter	*padapter = rtw_netdev_priv(dev);
- 	struct mlme_priv *pmlmepriv = &padapter->mlmepriv;