commit | f52a06cf3811b1ec579fce7e15e3d4219f7efb9f | [log] [tgz] |
---|---|---|
author | Yanjun Yang <yangyj.ee@gmail.com> | Sun Dec 26 10:40:54 2010 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jan 10 22:38:36 2011 +0100 |
tree | 68bd6363e7f2713bcdc36beb69ce41508b1f26a6 | |
parent | 199c6258527f8af5dbb0d218826e3027d4fd702e [diff] |
LAN91C*: Change chip names to fit the eth_device struct size The eth_device.name field length is limited by NAMESIZE, which is 16 defined in include/net.h. Unfortunately, two of the names in lan91c96.c are beyond that. Signed-off-by: YanJun Yang <yangyj.ee@gmail.com>