r8169: revert "read MAC address from EEPROM on init"
authorFrancois Romieu <romieu@fr.zoreil.com>
Sun, 26 Oct 2008 16:02:49 +0000 (17:02 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Oct 2008 16:35:05 +0000 (09:35 -0700)
commite383d56487062275e9971094f2efcca34227ee60
tree9e4523b27417f1572d9c33ae9012ee98c0dcb556
parent1137fb670465b6b5d15b9db7d01707a5833ee3ae
r8169: revert "read MAC address from EEPROM on init"

This reverts commit 7bf6bf4803df1adc927f585168d2135fb019c698.

The code has both a short existence and an increasing track of failures
despite some work to amend it for -rc1.  It is not just a matter of
reading the eeprom: sometimes the eeprom is read correctly, then the mac
address is not written correctly back into the mac registers.

Some chipsets seem to work reliably but it is not clear at this point if
the code can simply be made to work on a per-chipset basis and post -rc1
is not the place where I want to experiment these things.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/r8169.c