LAN91C*: Change chip names to fit the eth_device struct size
authorYanjun Yang <yangyj.ee@gmail.com>
Sun, 26 Dec 2010 02:40:54 +0000 (10:40 +0800)
committerWolfgang Denk <wd@denx.de>
Mon, 10 Jan 2011 21:38:36 +0000 (22:38 +0100)
commit0e7790d450000c1a2cda40458adb28707eaa5041
tree68bd6363e7f2713bcdc36beb69ce41508b1f26a6
parentb3dbf4a51f3891c16315b038cd3b7a87f4182e0d
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>
drivers/net/lan91c96.c