From dbddb7391083ef3302f83d0b0e6aca267b31d157 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 16 Dec 2013 14:51:23 +0100 Subject: [PATCH] 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 --- .../kernel-module-atheros/ccardimx28js/atheros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros/ccardimx28js/atheros b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros/ccardimx28js/atheros index 25862e520..8e907fe49 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros/ccardimx28js/atheros +++ b/meta-digi-arm/recipes-kernel/kernel-module-atheros/kernel-module-atheros/ccardimx28js/atheros @@ -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