vserver 1.9.5.x5
[linux-2.6.git] / drivers / net / arcnet / rfc1201.c
index ff1d434..ed793b1 100644 (file)
@@ -47,10 +47,12 @@ struct ArcProto rfc1201_proto =
 {
        .suffix         = 'a',
        .mtu            = 1500, /* could be more, but some receivers can't handle it... */
+       .is_ip          = 1,    /* This is for sending IP and ARP packages */
        .rx             = rx,
        .build_header   = build_header,
        .prepare_tx     = prepare_tx,
        .continue_tx    = continue_tx,
+       .ack_tx         = NULL
 };