atheros: fix too short msleep
authorFelix Fietkau <nbd@openwrt.org>
Tue, 10 Jun 2014 09:06:25 +0000 (09:06 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 10 Jun 2014 09:06:25 +0000 (09:06 +0000)
commiteea4d6bcdc15dfff8d96b2ff10e98b2890619f0b
tree5391988b630b74270277dfda911ab8c4b6a301e6
parente0b017a55df57592fef5ea87c335f2581602cfe6
atheros: fix too short msleep

Use msleep(20) instead of msleep(10) to make code closer to reality
since msleep can sleep for up to 20ms even we request shorter delay.
All updated calls are located in PCI initialization routine which is
called only once upon device boot. So there should be no performance
issues caused by more longer delay.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41096
target/linux/atheros/patches-3.10/105-ar2315_pci.patch