Comment 16 for bug 150515

Revision history for this message
Ilya Krets (nl4m) wrote :

Probably it can be fixed by changing
    add_timer( &pAdapter->ErrorTimer );
to
    mod_timer( &pAdapter->ErrorTimer, jiffies+ 5*HZ );
in error_timer_handler function in file et131x_initpci.c ( learned from http://sourceforge.net/forum/forum.php?thread_id=1876109&forum_id=621136 ).

Worked for me :)