linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5 trivial generic HDLC update
@ 2003-07-05 14:16 Krzysztof Halasa
  0 siblings, 0 replies; only message in thread
From: Krzysztof Halasa @ 2003-07-05 14:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml

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,
 };
 
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-05 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-05 14:16 [PATCH] 2.5 trivial generic HDLC update Krzysztof Halasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).