summaryrefslogtreecommitdiffstats
path: root/kernel/net/ax25/ax25_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/net/ax25/ax25_subr.c')
-rw-r--r--kernel/net/ax25/ax25_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/net/ax25/ax25_subr.c b/kernel/net/ax25/ax25_subr.c
index 1997538a5..3b78e8473 100644
--- a/kernel/net/ax25/ax25_subr.c
+++ b/kernel/net/ax25/ax25_subr.c
@@ -264,6 +264,7 @@ void ax25_disconnect(ax25_cb *ax25, int reason)
{
ax25_clear_queues(ax25);
+ ax25_stop_heartbeat(ax25);
ax25_stop_t1timer(ax25);
ax25_stop_t2timer(ax25);
ax25_stop_t3timer(ax25);