Wireless interface not detected

Harold Gutch logix at foobar.franken.de
Mon Dec 22 04:53:00 PST 2003


On Mon, Dec 22, 2003 at 09:19:29AM +0100, Jeroen Ruigrok/asmodai wrote:
> -On [20031221 22:02], Eirik Nygaard (eirikn at xxxxxxxxxxxx) wrote:
> >-       for (i = 500; i > 0; i--) {     /* 5s */
> >+       for (i = 5000; i > 0; i--) {    /* 5s */
> 
> The 5 seconds comment still matches (i.e. 500 was a wrong value)?

You have to look at the whole loop :).

Before, the loop ran 500 times, with a 10ms delay each time, now
it runs 5000 times with 1ms delay each, so it's still 5s, just as
before.


bye,
  Harold





More information about the Kernel mailing list