search for: eth_p_hdlc

Displaying 1 result from an estimated 1 matches for "eth_p_hdlc".

2004 May 30
1
Fwd: hdlc and kernel 2.4.26
...the official kernel have been > upgraded by the kernel team at the same time, it wasn't possible > with external drivers). > > For this kernel change (2.4.22->2.4.26) it might be sufficient to > find and change line(s) looking like this one: > skb->protocol = htons(ETH_P_HDLC); > into: > skb->protocol = hdlc_type_trans(skb, dev); > > It depends on the hardware driver, though. > -- > Krzysztof Halasa, B*FH > >