| To: | kj <kernel-janitors@xxxxxxxx> |
|---|---|
| Subject: | [patch] remove " ALLMULTI check " in plip.c |
| From: | maximilian attems <janitor@xxxxxxxxxxxxxx> |
| Date: | Wed, 17 Sep 2003 20:45:04 +0200 |
| Cc: | netdev@xxxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.3.28i |
please check the following patch
maybe the comment is wrong and
then it should be changed ;)
it compiles, but no further checks
same patch applies to 2.4.22 with offset
thx for your feedback
a++ maks
--- linux-2.6.0-test5/drivers/net/plip.c Mon Sep 8 21:50:40 2003
+++ linux/drivers/net/plip.c Wed Sep 17 20:06:38 2003
@@ -567,14 +567,6 @@
skb->pkt_type=PACKET_MULTICAST;
}
- /*
- * This ALLMULTI check should be redundant by 1.4
- * so don't forget to remove it.
- */
-
- if (ntohs(eth->h_proto) >= 1536)
- return eth->h_proto;
-
rawp = skb->data;
/*
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | clarification regarding tcp_sequence() fn, Madanlal Musuvathi |
|---|---|
| Next by Date: | Re: ipt_physdev.c alignment problems on parisc64, Bart De Schuymer |
| Previous by Thread: | clarification regarding tcp_sequence() fn, Madanlal Musuvathi |
| Next by Thread: | [PATCH] janitor: insert a missing iounmap(), Randy.Dunlap |
| Indexes: | [Date] [Thread] [Top] [All Lists] |