commit | 0e7790d450000c1a2cda40458adb28707eaa5041 | [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 | b3dbf4a51f3891c16315b038cd3b7a87f4182e0d [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>