From 314ccaa0f269af7852b41d8d626f8a515fa46bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Fri, 27 Dec 2019 08:15:30 +0100 Subject: [PATCH] Update os_intfs.c --- os_dep/linux/os_intfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c index 58a9e03..e56914b 100644 --- a/os_dep/linux/os_intfs.c +++ b/os_dep/linux/os_intfs.c @@ -1293,7 +1293,8 @@ static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb, select_queue_fallback_t fallback) #else static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb, - void *accel_priv, select_queue_fallback_t fallback) + void *accel_priv, + struct select_queue_fallback_t *fallback) #endif { _adapter *padapter = rtw_netdev_priv(dev);