summaryrefslogtreecommitdiffstats
path: root/include/net/rose.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-06-24 04:23:46 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-06-24 10:03:18 +0200
commite5067d7cd967cb17067de24a162306b79f432b20 (patch)
tree541f101762df32a5742bec354009986a96d8e564 /include/net/rose.h
parent86a981e836404006efc35881ebf3d5ae36925e82 (diff)
Import newax25-2.4.3.patch.1.bz2HEADnewax25-2.4.3-1
And cleanup the *.orig and *.rej files and whitespace errors that are part of the original patch. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/net/rose.h')
-rw-r--r--include/net/rose.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/rose.h b/include/net/rose.h
index f1f893e27..167e629b9 100644
--- a/include/net/rose.h
+++ b/include/net/rose.h
@@ -81,8 +81,7 @@ enum {
struct rose_neigh {
struct rose_neigh *next;
- ax25_address callsign;
- ax25_digi *digipeat;
+ ax25_addr_t addr;
ax25_cb *ax25;
struct net_device *dev;
unsigned short count;