|
@@ -1804,7 +1804,13 @@ static uint16_t hdd_wmm_select_queue(struct net_device *dev,
|
|
|
return index;
|
|
|
}
|
|
|
|
|
|
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0))
|
|
|
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0))
|
|
|
+uint16_t hdd_select_queue(struct net_device *dev, struct sk_buff *skb,
|
|
|
+ struct net_device *sb_dev)
|
|
|
+{
|
|
|
+ return hdd_wmm_select_queue(dev, skb);
|
|
|
+}
|
|
|
+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0))
|
|
|
uint16_t hdd_select_queue(struct net_device *dev, struct sk_buff *skb,
|
|
|
struct net_device *sb_dev,
|
|
|
select_queue_fallback_t fallback)
|