netdev
[Top] [All Lists]

[patch] remove " ALLMULTI check " in plip.c

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;
        
        /*

Attachment: pgpcx4KeJXDtk.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
  • [patch] remove " ALLMULTI check " in plip.c, maximilian attems <=