[PATCH] 2.5 trivial generic HDLC update

Krzysztof Halasa (khc@pm.waw.pl)
05 Jul 2003 16:16:25 +0200


Hi,

Please apply this trivial fix to Linux 2.5. Thanks.

-- 
Krzysztof Halasa
Network Administrator

--- linux-2.5.orig/drivers/net/wan/hdlc_generic.c 2003-05-27 03:00:23.000000000 +0200 +++ linux-2.5/drivers/net/wan/hdlc_generic.c 2003-07-05 16:01:51.000000000 +0200 @@ -177,11 +177,8 @@ struct packet_type hdlc_packet_type= { - __constant_htons(ETH_P_HDLC), - NULL, - hdlc_rcv, - NULL, - NULL + .type = __constant_htons(ETH_P_HDLC), + .func = hdlc_rcv, }; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/