Loading drivers/net/ipg.c +1 −1 Original line number Diff line number Diff line Loading @@ -1808,7 +1808,7 @@ static int ipg_nic_open(struct net_device *dev) /* initialize JUMBO Frame control variable */ sp->jumbo.found_start = 0; sp->jumbo.current_size = 0; sp->jumbo.skb = 0; sp->jumbo.skb = NULL; dev->mtu = IPG_TXFRAG_SIZE; #endif Loading Loading
drivers/net/ipg.c +1 −1 Original line number Diff line number Diff line Loading @@ -1808,7 +1808,7 @@ static int ipg_nic_open(struct net_device *dev) /* initialize JUMBO Frame control variable */ sp->jumbo.found_start = 0; sp->jumbo.current_size = 0; sp->jumbo.skb = 0; sp->jumbo.skb = NULL; dev->mtu = IPG_TXFRAG_SIZE; #endif Loading