Skip to content
Snippets Groups Projects
Commit 75b4c400 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarSergey Ryazanov <ryazanov.s.a@gmail.com>

SVN-Revision: 41096
parent e4963647
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment