atheros: fix too short msleep
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jun 2014 09:06:25 +0000 (09:06 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jun 2014 09:06:25 +0000 (09:06 +0000)
commit8f6167594ff192ad9413353d79a0736c6fc3073b
tree5391988b630b74270277dfda911ab8c4b6a301e6
parentfd34eb712824fcae794171a1e350785eeec18adc
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41096 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/atheros/patches-3.10/105-ar2315_pci.patch