diff options
Diffstat (limited to 'net/ax25/ax25_ip.c')
-rw-r--r-- | net/ax25/ax25_ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ax25/ax25_ip.c b/net/ax25/ax25_ip.c index 846ae4e2b115..67de6b33f2c3 100644 --- a/net/ax25/ax25_ip.c +++ b/net/ax25/ax25_ip.c | |||
@@ -48,7 +48,7 @@ | |||
48 | 48 | ||
49 | int ax25_hard_header(struct sk_buff *skb, struct net_device *dev, | 49 | int ax25_hard_header(struct sk_buff *skb, struct net_device *dev, |
50 | unsigned short type, const void *daddr, | 50 | unsigned short type, const void *daddr, |
51 | const void *saddr, unsigned len) | 51 | const void *saddr, unsigned int len) |
52 | { | 52 | { |
53 | unsigned char *buff; | 53 | unsigned char *buff; |
54 | 54 | ||
@@ -219,7 +219,7 @@ put: | |||
219 | 219 | ||
220 | int ax25_hard_header(struct sk_buff *skb, struct net_device *dev, | 220 | int ax25_hard_header(struct sk_buff *skb, struct net_device *dev, |
221 | unsigned short type, const void *daddr, | 221 | unsigned short type, const void *daddr, |
222 | const void *saddr, unsigned len) | 222 | const void *saddr, unsigned int len) |
223 | { | 223 | { |
224 | return -AX25_HEADER_LEN; | 224 | return -AX25_HEADER_LEN; |
225 | } | 225 | } |