Bugzilla – Bug 715
netif_carrier_on not called
Last modified: 2005-07-20 23:01:30
You need to log in before you can comment on or make changes to this bug.
If the ipw2100 auto-associates before ipw2100_open() is called, then first call to netif_carrier_on will be overridden ( netdev_open resets the carrier flag ). This results in breaking some network monitors ( gnome-netmon-2.10 ) which rely on this flag. Attached patch fixes.
Created an attachment (id=440) [details] call netif_carrier_on from ipw2100_open
Created an attachment (id=441) [details] modified version, remove unnecessary checking for netif_wake_queue
Thanks ben for the patch. mark as fixed.
Created an attachment (id=442) [details] cleanup patch (last patch is dirty with other 2200 change)
This patch worked great for me with ipw2100-1.1.1-pre1. Cheers, Joris
Verified in 1.1.2.