Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159013 | Differences between
and this patch

Collapse All | Expand All

(-)zaptel-1.4.6.orig/zaptel-base.c (-1 / +1 lines)
Lines 6396-6402 Link Here
6396
		if (skb && (ms->flags & ZT_FLAG_NETDEV))
6396
		if (skb && (ms->flags & ZT_FLAG_NETDEV))
6397
#ifdef NEW_HDLC_INTERFACE
6397
#ifdef NEW_HDLC_INTERFACE
6398
		{
6398
		{
6399
			skb->mac.raw = skb->data;
6399
			skb->mac_header = skb->data;
6400
			skb->dev = ztchan_to_dev(ms);
6400
			skb->dev = ztchan_to_dev(ms);
6401
#ifdef ZAP_HDLC_TYPE_TRANS
6401
#ifdef ZAP_HDLC_TYPE_TRANS
6402
			skb->protocol = hdlc_type_trans(skb, ztchan_to_dev(ms));
6402
			skb->protocol = hdlc_type_trans(skb, ztchan_to_dev(ms));

Return to bug 159013