diff options
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 |