libertas: reduce command retry time
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Wed, 14 May 2008 14:30:28 +0000 (16:30 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 22 May 2008 01:47:46 +0000 (21:47 -0400)
commit57962f0b9d76487a660619f97c0aa811924274a0
treed4696a45bcbdd52a139b3f6760a7d3995574aef6
parentbd9b448f4c0a514559bdae4ca18ca3e8cd999c6d
libertas: reduce command retry time

[PATCH, take 2] libertas: reduce command retry time

In the normal case, an unsuccessful command would be retried for 10*5 seconds,
or 10*10 seconds in the worst case. This patch reduces this to 3*3 seconds,
or 3*10 seconds in the worst case.

I also reduced the time it takes to start a new command downloaded.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/cmd.c
drivers/net/wireless/libertas/main.c