diff options
-rw-r--r-- | drivers/net/tlan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tlan.c b/drivers/net/tlan.c index f0851c424097..9680a308c62b 100644 --- a/drivers/net/tlan.c +++ b/drivers/net/tlan.c | |||
@@ -2392,6 +2392,7 @@ TLan_FinishReset( struct net_device *dev ) | |||
2392 | TLan_SetTimer( dev, (10*HZ), TLAN_TIMER_FINISH_RESET ); | 2392 | TLan_SetTimer( dev, (10*HZ), TLAN_TIMER_FINISH_RESET ); |
2393 | return; | 2393 | return; |
2394 | } | 2394 | } |
2395 | TLan_SetMulticastList(dev); | ||
2395 | 2396 | ||
2396 | } /* TLan_FinishReset */ | 2397 | } /* TLan_FinishReset */ |
2397 | 2398 | ||