hxping7 / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

attempt to rmmod et puts router into an interruptible loop #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to remove et module with 'rmmod et'

What is the expected output? What do you see instead?
unregister_netdevice: waiting for eth0 to become free. Usage count = 2
unregister_netdevice: waiting for eth0 to become free. Usage count = 2
unregister_netdevice: waiting for eth0 to become free. Usage count = 2

instead it should bring the interface down and remove the driver

What version of the product are you using?
latest r4546

Please provide any additional information below.

Original issue reported on code.google.com by spameden on 23 Aug 2012 at 12:19

GoogleCodeExporter commented 9 years ago
Unfortunately, et driver from Broadcom has such poor design. At this moment we 
have no resources to re-engineering it.

Original comment by lly.dev on 23 Aug 2012 at 5:58