diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-09-29 17:15:59 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-09-29 17:15:59 -0700 |
commit | 987e46bdf314c55e060570ff46723d770e461f0e (patch) | |
tree | c544f11f72d0e12f5862b8dda9e650227525b8f1 /net/atm/lec.h | |
parent | edbc9b014fda4b13466b2e2ac53b940337548ab4 (diff) | |
download | op-kernel-dev-987e46bdf314c55e060570ff46723d770e461f0e.zip op-kernel-dev-987e46bdf314c55e060570ff46723d770e461f0e.tar.gz |
[ATM]: [lec] use work queue instead of timer for lec arp expiry
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/lec.h')
-rw-r--r-- | net/atm/lec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/lec.h b/net/atm/lec.h index 8052641..8ac6b73 100644 --- a/net/atm/lec.h +++ b/net/atm/lec.h @@ -93,7 +93,7 @@ struct lec_priv { spinlock_t lec_arp_lock; struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */ struct atm_vcc *lecd; - struct timer_list lec_arp_timer; /* C10 */ + struct work_struct lec_arp_work; /* C10 */ unsigned int maximum_unknown_frame_count; /* * Within the period of time defined by this variable, the client will send |