netdev: pass the stuck queue to the timeout handler
[openwrt/staging/blogic.git] / drivers / net / ethernet / intel / ixgbevf / ixgbevf_main.c
index 076f2da36f27825907ee817e8c919c72fde3a22d..fa286694ac2c82330cb30d7e941d35ac81990577 100644 (file)
@@ -250,7 +250,7 @@ static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter)
  * ixgbevf_tx_timeout - Respond to a Tx Hang
  * @netdev: network interface device structure
  **/
-static void ixgbevf_tx_timeout(struct net_device *netdev)
+static void ixgbevf_tx_timeout(struct net_device *netdev, unsigned int txqueue)
 {
        struct ixgbevf_adapter *adapter = netdev_priv(netdev);