]> git.baikalelectronics.ru Git - kernel.git/commit
mwl8k: don't touch 'command done' interrupt during firmware load
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 16 Jul 2009 10:44:45 +0000 (12:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 20 Aug 2009 15:38:06 +0000 (11:38 -0400)
commitd0ae9036e8632bbbb2b53ce3fd317b0eaaa6e553
treed5d25af33be54cafd251d56d7262f12bcce159f6
parentee1357d078cae32f918fa310f3625ca2ffb183dd
mwl8k: don't touch 'command done' interrupt during firmware load

Since firmware load commands don't generate 'command done' interrupts
like normal commands do, polling for command done interrupts just
unnecessarily slows down the firmware load process.  Removing this bit
of code speeds up loading a typical firmware image from 840 msec to
180 msec.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c