Skip to content
Commit 88401025 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Networking: Divide net_intiialize() into net_setup() and net_initialize() to...

Networking: Divide net_intiialize() into net_setup() and net_initialize() to solve a chicken-and-egg problem.  net_setup() must be caleld before up_initialize() is called so that networking data structures are ready to register new network devices.

net_initialize() now does only timer related operations and is called AFTER up_initialize() where the timers are configured.  This is really.
parent a1d3faaa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment