Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111908
b: refs/heads/master
c: f1d5867
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and Jeff Garzik committed Sep 25, 2008
1 parent 13aa3f9 commit 12249e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae19161e28a7b48d2752eff3ac8eb7703986c313
refs/heads/master: f1d58672de4e89478e0b02ea8fd1f60eb0626457
3 changes: 2 additions & 1 deletion trunk/drivers/s390/net/qeth_l2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ static int qeth_l2_request_initial_mac(struct qeth_card *card)
"device %s: x%x\n", CARD_BUS_ID(card), rc);
}

if (card->info.guestlan) {
if ((card->info.type == QETH_CARD_TYPE_IQD) ||
(card->info.guestlan)) {
rc = qeth_setadpparms_change_macaddr(card);
if (rc) {
QETH_DBF_MESSAGE(2, "couldn't get MAC address on "
Expand Down

0 comments on commit 12249e8

Please sign in to comment.