kernel-module-atheros: increase delay between modules load

To be sure the 'cfg80211' module is settled down before the
'ath6kl_sdio' module tries to use it.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-12-16 14:51:23 +01:00
parent 0ce3d19af7
commit dbddb73910
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ fi
# Load 'cfg80211' and let it settle down (needed by 'ath6kl_sdio')
modprobe -q cfg80211 && sleep 0.1
modprobe -q cfg80211 && sleep 0.2
# ath6kl_sdio.ko
if ! grep -qs ath6kl_sdio /proc/modules; then