netdev: pass the stuck queue to the timeout handler
[openwrt/staging/blogic.git] / drivers / net / ethernet / intel / ixgbe / ixgbe_main.c
index 25c097cd8100f8d06e554577e65a8559d6bcbccd..8129ea2e94a83148133aa02b752845fab750f7ff 100644 (file)
@@ -6158,7 +6158,7 @@ static void ixgbe_set_eee_capable(struct ixgbe_adapter *adapter)
  * ixgbe_tx_timeout - Respond to a Tx Hang
  * @netdev: network interface device structure
  **/
-static void ixgbe_tx_timeout(struct net_device *netdev)
+static void ixgbe_tx_timeout(struct net_device *netdev, unsigned int txqueue)
 {
        struct ixgbe_adapter *adapter = netdev_priv(netdev);