lkml.org 
[lkml]   [2003]   [Jul]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.5 trivial generic HDLC update
From
Date
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/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.021 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site