We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b8d6c commit 2bb47d2Copy full SHA for 2bb47d2
drivers/net/wireless/realtek/rtl8192cu/os_dep/linux/os_intfs.c
@@ -945,13 +945,14 @@ unsigned int rtw_classify8021d(struct sk_buff *skb)
945
return dscp >> 5;
946
}
947
948
+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb
949
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0)
950
+ , void *accel_priv
951
+#endif
952
#if (LINUX_VERSION_CODE>=KERNEL_VERSION(3,14,0))
-static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb,
- void *accel_priv,
- select_queue_fallback_t fallback)
-#else
953
-static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb)
+ , select_queue_fallback_t fallback
954
#endif
955
+)
956
{
957
_adapter *padapter = rtw_netdev_priv(dev);
958
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
0 commit comments