Quote:

Hey.. I just fixed a bug like that for the b44 driver in Linux 2.6.. I wonder if the empeg has the same (or similar) issue.. time to dig..


Heh heh.. after looking at "diff -uw" between the empeg's net driver and the latest 2.6 version of the same driver, yes, it may be the same bug. Missing an appropriate netif_wake_queue() in one or more places.

Actually, not a whole lot looks different between the two, so now I have one more thingie for my TO-DO list: back-port a few low-level bits from the 2.6 driver to the empeg driver.

Cheers