|
@@ -251,7 +251,10 @@ QDF_STATUS hdd_wmm_adapter_close(struct hdd_adapter *adapter);
|
|
*
|
|
*
|
|
* Return: Qdisc queue index.
|
|
* Return: Qdisc queue 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);
|
|
|
|
+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0))
|
|
uint16_t hdd_select_queue(struct net_device *dev, struct sk_buff *skb,
|
|
uint16_t hdd_select_queue(struct net_device *dev, struct sk_buff *skb,
|
|
struct net_device *sb_dev,
|
|
struct net_device *sb_dev,
|
|
select_queue_fallback_t fallback);
|
|
select_queue_fallback_t fallback);
|