about summary refs log tree commit diff
path: root/modules/hardware/rtl8192cu/kernel-4.x.patch
blob: b1b1dc76c534df5f2542bab445d1809df63731ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;