]> git.itanic.dy.fi Git - linux-stable/commit
PCMCIA: Fix station address detection in smc
authorChuck Ebbert <cebbert@redhat.com>
Fri, 22 Feb 2008 00:33:00 +0000 (19:33 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Feb 2008 00:19:01 +0000 (16:19 -0800)
commit80e9255328f9f1c2a6aa7422be1f0a87a4a9cb7b
treea7e1f1619b7010283931e4d4e8c07b33a4935832
parent4cf87f7ef5c892c0a3d21a14724fcae1bb9ec8d6
PCMCIA: Fix station address detection in smc

Commit: a1a98b72dbd17e53cd92b8e78f404525ebcfd981

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/pcmcia/smc91c92_cs.c