diff --git a/utils/epping/src/epping_txrx.c b/utils/epping/src/epping_txrx.c index 0200fd6f43..8d74b8a9af 100644 --- a/utils/epping/src/epping_txrx.c +++ b/utils/epping/src/epping_txrx.c @@ -108,7 +108,12 @@ end: return; } +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)) +static void epping_tx_queue_timeout(struct net_device *dev, + unsigned int txqueue) +#else static void epping_tx_queue_timeout(struct net_device *dev) +#endif { epping_adapter_t *adapter;