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 8808c64 commit 43dcefaCopy full SHA for 43dcefa
drivers/net/wireless/realtek/rtl8192cu/os_dep/linux/os_intfs.c
@@ -945,7 +945,13 @@ unsigned int rtw_classify8021d(struct sk_buff *skb)
945
return dscp >> 5;
946
}
947
948
+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(3,14,0))
949
+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb,
950
+ void *accel_priv,
951
+ select_queue_fallback_t fallback)
952
+#else
953
static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb)
954
+#endif
955
{
956
_adapter *padapter = rtw_netdev_priv(dev);
957
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
0 commit comments