Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc7aadb5 authored by Vasundhara Volam's avatar Vasundhara Volam Committed by David S. Miller
Browse files

bnxt_en: Increase maximum supported MTU to 9500.

parent 550feebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6049,7 +6049,7 @@ static int bnxt_change_mtu(struct net_device *dev, int new_mtu)
{
	struct bnxt *bp = netdev_priv(dev);

	if (new_mtu < 60 || new_mtu > 9000)
	if (new_mtu < 60 || new_mtu > 9500)
		return -EINVAL;

	if (netif_running(dev))