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:
parent
0ce3d19af7
commit
dbddb73910
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue