diff options
Diffstat (limited to 'sys/dev/malo/if_malo.h')
-rw-r--r-- | sys/dev/malo/if_malo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/malo/if_malo.h b/sys/dev/malo/if_malo.h index 7e3a7e8..bac290c 100644 --- a/sys/dev/malo/if_malo.h +++ b/sys/dev/malo/if_malo.h @@ -550,6 +550,8 @@ struct malo_softc { struct malo_txq malo_txq[MALO_NUM_TX_QUEUES]; struct task malo_txtask; /* tx int processing */ + struct callout malo_watchdog_timer; + int malo_timer; struct malo_tx_radiotap_header malo_tx_th; struct malo_rx_radiotap_header malo_rx_th; |