diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/hamradio/6pack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c index f9e3be96963c..b59c65b9645b 100644 --- a/drivers/net/hamradio/6pack.c +++ b/drivers/net/hamradio/6pack.c | |||
@@ -668,6 +668,9 @@ static int sixpack_open(struct tty_struct *tty) | |||
668 | netif_start_queue(dev); | 668 | netif_start_queue(dev); |
669 | 669 | ||
670 | init_timer(&sp->tx_t); | 670 | init_timer(&sp->tx_t); |
671 | sp->tx_t.function = sp_xmit_on_air; | ||
672 | sp->tx_t.data = (unsigned long) sp; | ||
673 | |||
671 | init_timer(&sp->resync_t); | 674 | init_timer(&sp->resync_t); |
672 | 675 | ||
673 | spin_unlock_bh(&sp->lock); | 676 | spin_unlock_bh(&sp->lock); |