NASMESH: support for kernel version >= 5.6.0
The syntax for ndo_tx_timeout in Linux Kernel has changed since 5.6.0 i.e it has changed
From
void (*ndo_tx_timeout)(struct net_device *dev;
To
void (*ndo_tx_timeout)(struct net_device *dev, unsigned int txqueue);
Edited by Thomas Schlichter