commit | d4b7057052236e81ab0788cc8df306dc02b0e7be | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Jul 16 12:44:45 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:38:06 2009 -0400 |
tree | d5d25af33be54cafd251d56d7262f12bcce159f6 | |
parent | 76266b2ad38c33fb2c1475cfeb35ed070adaba2b [diff] |
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>