patch-1.3.6 linux/net/netrom/nr_dev.c
Next file: linux/net/netrom/nr_in.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Jun 29 19:18:53 1995
- Orig file:
v1.3.5/linux/net/netrom/nr_dev.c
- Orig date:
Tue Jun 6 12:16:45 1995
diff -u --recursive --new-file v1.3.5/linux/net/netrom/nr_dev.c linux/net/netrom/nr_dev.c
@@ -1,5 +1,5 @@
/*
- * NET/ROM release 002
+ * NET/ROM release 003
*
* This is ALPHA test software. This code may break your machine, randomly fail to work with new
* releases, misbehave and/or generally screw up. It might even work.
@@ -73,9 +73,10 @@
* packet so that the transmit routine can identify it, and throw it away.
*/
-static int nr_header(unsigned char *buff, struct device *dev, unsigned short type,
- void *daddr, void *saddr, unsigned len, struct sk_buff *skb)
+static int nr_header(struct sk_buff *skb, struct device *dev, unsigned short type,
+ void *daddr, void *saddr, unsigned len)
{
+ unsigned char *buff=skb_push(skb,37);
if (type == ETH_P_ARP) {
*buff++ = 0xFF; /* Mark it */
*buff++ = 0xFE;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this