nvnet: Reduce auto-negotiation duration to 250ms

This commit is contained in:
Matt Borgerson 2025-06-20 16:07:03 -07:00 committed by mborgerson
parent 6a99c038b1
commit 8881537de2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#define IOPORT_SIZE 0x8
#define MMIO_SIZE 0x400
#define PHY_ADDR 1
#define AUTONEG_DURATION_MS 500
#define AUTONEG_DURATION_MS 250
#define GET_MASK(v, mask) (((v) & (mask)) >> ctz32(mask))