sis900: generate fake MAC address if the hardware doesn't have one
authorDaniele Venzano <venza@brownhat.org>
Thu, 15 Jan 2009 04:46:24 +0000 (20:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jan 2009 04:46:24 +0000 (20:46 -0800)
commitd1d5e6b1cead3df6f722d1d458874bd7f93da8d6
tree3bf0d0a8202ef17b7c2369d877bfe9a98ed66b97
parentd7e094d4212bc72f5575e54edfef1349e0c4cdb5
sis900: generate fake MAC address if the hardware doesn't have one

The attached patch modifies the sis900 driver when the MAC address
read from the hardware is invalid. As suggested, the patch now
generates a random address so that the user can go on and use
the hardware. In any case a message is also shown to warn on the
unexpected condition.
This seems to happen with newer HW implementation of the sis900
chipset, since this never came up before.

Patch is against vanilla 2.6.28 (but the driver doesn't change so often,
so it will probably apply to older/newer versions too).

See bugzilla ID 10201 and 11649 and ignore the previous patch.

Signed-off-by: Daniele Venzano <venza@brownhat.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sis900.c