]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/ethernet/mellanox/mlx4/en_netdev.c
netdev: pass the stuck queue to the timeout handler
[linux.git] / drivers / net / ethernet / mellanox / mlx4 / en_netdev.c
index 7af75b63245f0b714c8ec6e2b142cefc1bd430df..71c083960a8723f5be38d00f7495a364ecf6dfae 100644 (file)
@@ -1363,7 +1363,7 @@ static void mlx4_en_delete_rss_steer_rules(struct mlx4_en_priv *priv)
        }
 }
 
-static void mlx4_en_tx_timeout(struct net_device *dev)
+static void mlx4_en_tx_timeout(struct net_device *dev, unsigned int txqueue)
 {
        struct mlx4_en_priv *priv = netdev_priv(dev);
        struct mlx4_en_dev *mdev = priv->mdev;