Linux-Hams archive - July 1998: Re: 2.0.35pre4 (fwd)

Re: 2.0.35pre4 (fwd)

Alan Cox (EEST)
Thu, 2 Jul 1998 17:21:14 +0100 (BST)


> The ax25 stuff has been in 2.1.x for a long time.
> 2.0.35pre5 is out today with a few bug fixes.

See if this fixes the bpq messages in 2.1.10x

--- bpqether.c~ Sun Jun 7 20:21:02 1998
+++ bpqether.c Thu Jul 2 16:09:09 1998
@@ -318,6 +318,7 @@
}

skb->dev = dev;
+ skb->nh.raw = skb->data;
dev->hard_header(skb, dev, ETH_P_BPQ, bpq->dest_addr, NULL, 0);
bpq->stats.tx_packets++;
bpq->stats.tx_bytes+=skb->len;