diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-09-29 20:15:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-09-29 20:15:59 -0400 |
commit | 987e46bdf314c55e060570ff46723d770e461f0e (patch) | |
tree | c544f11f72d0e12f5862b8dda9e650227525b8f1 /net/atm/lec.h | |
parent | edbc9b014fda4b13466b2e2ac53b940337548ab4 (diff) |
[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 8052641b2ec0..8ac6b7321635 100644 --- a/net/atm/lec.h +++ b/net/atm/lec.h | |||
@@ -93,7 +93,7 @@ struct lec_priv { | |||
93 | spinlock_t lec_arp_lock; | 93 | spinlock_t lec_arp_lock; |
94 | struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */ | 94 | struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */ |
95 | struct atm_vcc *lecd; | 95 | struct atm_vcc *lecd; |
96 | struct timer_list lec_arp_timer; /* C10 */ | 96 | struct work_struct lec_arp_work; /* C10 */ |
97 | unsigned int maximum_unknown_frame_count; | 97 | unsigned int maximum_unknown_frame_count; |
98 | /* | 98 | /* |
99 | * Within the period of time defined by this variable, the client will send | 99 | * Within the period of time defined by this variable, the client will send |