[PATCH v2 0/2] net: ipconfig: remove wait for drivers
From: David Ventura
Date: Thu Feb 08 2024 - 04:38:43 EST
Currently ip autoconfiguration has a hardcoded delay of 10ms.
Make the delay configurable via the new `ip.dev_wait_ms` argument, and
set the default value to 0ms.
David