patch-1.3.67 linux/drivers/net/depca.c
Next file: linux/drivers/net/slip.h
Previous file: linux/arch/i386/kernel/entry.S
Back to the patch index
Back to the overall index
-  Lines: 19
 -  Date:
Mon Feb 19 13:32:59 1996
 -  Orig file: 
v1.3.66/linux/drivers/net/depca.c
 -  Orig date: 
Sat Feb 17 16:02:49 1996
 
diff -u --recursive --new-file v1.3.66/linux/drivers/net/depca.c linux/drivers/net/depca.c
@@ -943,13 +943,16 @@
 	    }
 	  }
 	  if (buf[0] & 0x01) {              /* Multicast/Broadcast */
-	    if ((*(s16 *)&buf[0] == -1) && (*(s32 *)&buf[2] == -1)) {
+	    if ((*(s16 *)&buf[0] == -1) &&
+		(*(s16 *)&buf[2] == -1) &&
+		(*(s16 *)&buf[4] == -1)) {
 	      lp->pktStats.broadcast++;
 	    } else {
 	      lp->pktStats.multicast++;
 	    }
 	  } else if ((*(s16 *)&buf[0] == *(s16 *)&dev->dev_addr[0]) &&
-		     (*(s32 *)&buf[2] == *(s32 *)&dev->dev_addr[2])) {
+		     (*(s16 *)&buf[2] == *(s16 *)&dev->dev_addr[2]) &&
+		     (*(s16 *)&buf[4] == *(s16 *)&dev->dev_addr[4])) {
 	    lp->pktStats.unicast++;
 	  }
 	  
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this