Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion awkernel_drivers/src/pcie/intel/igc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ impl Igc {
}

// Set the max frame size.
hw.mac.max_frame_size = MAX_FRAME_SIZE;
hw.mac.max_frame_size = ETHER_MAX_LEN as u32;

if ops.check_reset_block(&mut info).is_err() {
log::info!("PHY reset is blocked due to SOL/IDER session");
Expand Down
Loading