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, 14 insertions, 0 deletions
diff --git a/modules/hardware/rtl8192cu/kernel-4.x.patch b/modules/hardware/rtl8192cu/kernel-4.x.patch
new file mode 100644
index 00000000..b1b1dc76
--- /dev/null
+++ b/modules/hardware/rtl8192cu/kernel-4.x.patch
@@ -0,0 +1,14 @@
+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;