diff options
-rw-r--r-- | drivers/s390/net/qeth_main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/net/qeth_main.c b/drivers/s390/net/qeth_main.c index 69329ea61e2b..021cd5d08c61 100644 --- a/drivers/s390/net/qeth_main.c +++ b/drivers/s390/net/qeth_main.c | |||
@@ -7339,11 +7339,6 @@ qeth_setrouting_v6(struct qeth_card *card) | |||
7339 | qeth_correct_routing_type(card, &card->options.route6.type, | 7339 | qeth_correct_routing_type(card, &card->options.route6.type, |
7340 | QETH_PROT_IPV6); | 7340 | QETH_PROT_IPV6); |
7341 | 7341 | ||
7342 | if ((card->options.route6.type == NO_ROUTER) || | ||
7343 | ((card->info.type == QETH_CARD_TYPE_OSAE) && | ||
7344 | (card->options.route6.type == MULTICAST_ROUTER) && | ||
7345 | !qeth_is_supported6(card,IPA_OSA_MC_ROUTER))) | ||
7346 | return 0; | ||
7347 | rc = qeth_send_setrouting(card, card->options.route6.type, | 7342 | rc = qeth_send_setrouting(card, card->options.route6.type, |
7348 | QETH_PROT_IPV6); | 7343 | QETH_PROT_IPV6); |
7349 | if (rc) { | 7344 | if (rc) { |