]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] s390: fix recovery failure of non-guestLAN devices
authorFrank Pavlic <fpavlic@de.ibm.com>
Thu, 10 Nov 2005 12:51:17 +0000 (13:51 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 11 Nov 2005 13:26:22 +0000 (08:26 -0500)
commite08d88cccbe0dfcfbaffb704d24e19803407935d
tree097a17c40ec371e18d5676c0a5c788a3a7d897af
parentd805d7c692e414c3adf01bb414a8c542ac2e67d1
[PATCH] s390: fix recovery failure of non-guestLAN devices

[patch 5/7] s390: fix recovery failure of non-guestLAN devices

From: Frank Pavlic <fpavlic@de.ibm.com>
- Recovery of non-guestLAN Layer 2 device failed due to
  trying to register the real MAC address we got from
  the READ_MAC adapter parameters command.
  We have to keep the "old" MAC address when we process
  the reply of a READ_MAC.

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
diffstat:
 qeth.h      |   12 ++++++------
 qeth_main.c |   27 ++++++++++++++++-----------
 2 files changed, 22 insertions(+), 17 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/s390/net/qeth.h
drivers/s390/net/qeth_main.c