Hi, On Sun, 2008-06-01 at 17:22 +0100, Sitsofe Wheeler wrote: > Download speeds are never more than 105Kbytes/s even though the bit rate is > 54Mb/s in at least linux-net kernels from next-20080523 onwards. I have > bisected it down to commit [2e92e6f2c50b4baf85cca968f0e6f1b5c0df7d39]: [...] > Reverting this seemed to allow speeds up to 1.3Mbytes/s (which is expected > on this network). I believe I see this behaviour with both iwl3945 and > rt2x00 drivers. Here is the bisection log: [...] > Perhaps a change was made but drivers have yet to be updated? Thanks for your report. It looks like I forgot to initialise some variables that now had a special 'unassigned' meaning with the value -1 while previously that was the value NULL (hence implicitly initialised with a memset()). Patch in a minute, please test. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part