commit | 80f916574252da06dbb6ca8d03dabdf26d9675e9 | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Tue Oct 19 14:03:39 2010 +0900 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:17:39 2010 +0100 |
tree | 2414b099ed46ce8f82ba2838deeb15866c9d4337 | |
parent | c834e44b12c5de0a4098109b01f53fd285de5168 [diff] |
net: rtl8139: Add initialized eth_device structure rtl8139 driver 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>