[PATCH net-2.6.24] remove bogus qeth type check

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: David Miller <davem@...>
Cc: <linux-kernel@...>, <akpm@...>, <mm-commits@...>, <heiko.carstens@...>, <schwidefsky@...>
Date: Thursday, October 11, 2007 - 4:24 pm

Not sure why this crept in with hard-header-ops change.
Just kill it. Need to start doing cross-compiles for s390...

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>

--- a/drivers/s390/net/qeth_main.c	2007-10-10 08:26:48.000000000 -0700
+++ b/drivers/s390/net/qeth_main.c	2007-10-11 13:21:17.000000000 -0700
@@ -6581,9 +6581,6 @@ qeth_hard_header_parse(const struct sk_b
 	const struct qeth_card *card;
 	const struct ethhdr *eth;
 
-	if (dev->type != ARPHRD_IEEE802_TR)
-		return 0;
-
 	card = qeth_get_card_from_dev(skb->dev);
 	if (card->options.layer2)
 		goto haveheader;


-- 
Stephen Hemminger <shemminger@linux-foundation.org>
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: + git-net-fix-qeth_main.patch added to -mm tree, David Miller, (Thu Oct 11, 5:45 am)
[PATCH net-2.6.24] remove bogus qeth type check, Stephen Hemminger, (Thu Oct 11, 4:24 pm)
Re: [PATCH net-2.6.24] remove bogus qeth type check, David Miller, (Thu Oct 11, 8:24 pm)
Re: [PATCH net-2.6.24] remove bogus qeth type check, Stephen Hemminger, (Thu Oct 11, 8:52 pm)
Re: [PATCH net-2.6.24] remove bogus qeth type check, David Miller, (Thu Oct 11, 8:59 pm)
Re: [PATCH net-2.6.24] remove bogus qeth type check, David Miller, (Thu Oct 11, 5:46 pm)
Re: [PATCH net-2.6.24] remove bogus qeth type check, David Miller, (Thu Oct 11, 5:44 pm)