HomeFreeBSD

qlxgb: Initialize if_mtu before setting max_frame_size.

Description

qlxgb: Initialize if_mtu before setting max_frame_size.

Previously we were relying on ether_ifattach() to set if_mtu, but
max_frame_size is initialized earlier. This fixes a regression
introduced by r250375.

PR: 249050
Submitted by: Christian Vallières <novacrash_@hotmail.com>
MFC after: 3 days

Details

Provenance
markjAuthored on
Parents
rS365059: MFC r364018:
Branches
Unknown
Tags
Unknown