network: Allow more than one network driver register the same type
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 28 Jan 2013 15:44:41 +0000 (17:44 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 30 Jan 2013 08:28:33 +0000 (10:28 +0200)
commit38d0ab199481b3d2fd699000016020af70ea54e8
tree3c147a80550af47a85e794cd179edc252e46a51a
parent672a2f2a0e3022988764a89c4a626cfd7c39ecda
network: Allow more than one network driver register the same type

Allowing more than one network driver to register the same network type
requires the network driver to properly identify which networks belong
to it in the network driver probe function.
src/network.c