summaryrefslogtreecommitdiffstats
path: root/include/net/netrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netrom.h')
-rw-r--r--include/net/netrom.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/netrom.h b/include/net/netrom.h
index 21c9f8b86..b6ccf33a9 100644
--- a/include/net/netrom.h
+++ b/include/net/netrom.h
@@ -76,8 +76,7 @@ typedef struct {
struct nr_neigh {
struct nr_neigh *next;
- ax25_address callsign;
- ax25_digi *digipeat;
+ ax25_addr_t addr;
ax25_cb *ax25;
struct net_device *dev;
unsigned char quality;