commit | 5cfe7be26b1ba1d16a2d29ed52648f7c5cb2583c | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun May 17 17:04:19 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 18 19:34:41 2020 +0200 |
tree | 48d88205d1d560f40e5a59e0557e626ad21c155e | |
parent | f7377ad66f02242cb2fe5f45d41baa693143431e [diff] |
net: pcnet: Wrap name and enetaddr into private data Instead of using the non-DM-only name and enetaddr in struct eth_device, add pointers into the private data which can either point to that non-DM name or a DM one later on. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com>