]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix DM9000 MAC address handling
authorBen Warren <biggerbadderben@gmail.com>
Thu, 22 Oct 2009 04:53:39 +0000 (21:53 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Thu, 29 Oct 2009 17:06:34 +0000 (10:06 -0700)
commit0775437293a6963cb21244dfae6978cbf67c6bfe
treeaa15886ebbbcc30670420ae83a30cac11f99ccf0
parentf2b4bc04d6aed6be712d236dab48ac4c4da22cbf
Fix DM9000 MAC address handling

Proper behavior is to pull MAC address from NVRAM in the initialization() an
stuff it in dev->address, then program the device from dev->address in
the init() function.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/dm9000x.c