patch-2.4.0-test3 linux/drivers/net/skfp/fplustm.c
Next file: linux/drivers/net/skfp/smt.c
Previous file: linux/drivers/net/skfp/ess.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Jul 5 10:56:13 2000
- Orig file:
v2.4.0-test2/linux/drivers/net/skfp/fplustm.c
- Orig date:
Fri May 12 14:18:55 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/net/skfp/fplustm.c linux/drivers/net/skfp/fplustm.c
@@ -69,9 +69,9 @@
} \
}
-const struct fddi_addr fddi_broadcast = {0xff,0xff,0xff,0xff,0xff,0xff};
-static const struct fddi_addr null_addr = {0,0,0,0,0,0} ;
-static const struct fddi_addr dbeacon_multi = {0x01,0x80,0xc2,0x00,0x01,0x00};
+const struct fddi_addr fddi_broadcast = {{0xff,0xff,0xff,0xff,0xff,0xff}};
+static const struct fddi_addr null_addr = {{0,0,0,0,0,0}};
+static const struct fddi_addr dbeacon_multi = {{0x01,0x80,0xc2,0x00,0x01,0x00}};
static const u_short my_said = 0xffff ; /* short address (n.u.) */
static const u_short my_sagp = 0xffff ; /* short group address (n.u.) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)