]> git.baikalelectronics.ru Git - kernel.git/commit
Fix station address detection in smc
authorChuck Ebbert <cebbert@redhat.com>
Thu, 14 Feb 2008 00:47:11 +0000 (19:47 -0500)
committerJeff Garzik <jeff@garzik.org>
Fri, 15 Feb 2008 15:51:37 +0000 (10:51 -0500)
commit1e62b530ad938204c4e3df43898f02874964c537
treeed341912fab53a458efd23171e09acfeb8f6da29
parentbee4416b5eac50f71daca274538b1e6e3fe5a87f
Fix station address detection in smc

Megahertz EM1144 PCMCIA ethernet adapter needs special handling
because it has two VERS_1 tuples and the station address is in
the second one. Conversion to generic handling of these fields
broke it. Reverting that fixes the device.

  https://bugzilla.redhat.com/show_bug.cgi?id=233255

Thanks go to Jon Stanley for not giving up on this one until the
problem was found.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/pcmcia/smc91c92_cs.c