commit | c834e44b12c5de0a4098109b01f53fd285de5168 | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Tue Oct 19 14:03:38 2010 +0900 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:17:37 2010 +0100 |
tree | 930159ad1a401ee60ecb5cc140a177f81028f32f | |
parent | 4fe5cfc4bcb83dd87b8edc1547c20956973d8959 [diff] |
net: rtl8169: Add initialized eth_device structure rtl8169 does not have write_hwaddr function. However, eth stuff executes write_hwaddr function because eth_device structure has not been initialized. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> CC: Ben Warren <biggerbadderben@gmail.com>