[Bug 15227] b44 slow to initialize?

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Thu Nov 24 19:35:19 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15227
Ubuntu | linux





------- Additional Comments From mlord at pobox.com  2005-11-24 19:35 UTC -------
Here's a FIX for this problem:

The b44 ethernet driver neglects to do a netif_wake_queue() in b44_open(), so
nothing gets transmitted until after the first 5-second timeout wakes up the queue..

Fix is to invoke netif_wake_queue(dev) as final action from b44_open().

Patch attached.

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list