From de46005545a2330bb53bc37de98511a016846458 Mon Sep 17 00:00:00 2001 From: Adam Green Date: Thu, 14 Dec 2017 06:36:23 +0000 Subject: [PATCH] projects/S905: add dummy wifi driver/service loading this module toggles wifi power and triggers the sdio bus to rescan, this is useful when including multiple drivers --- projects/S905/filesystem/usr/lib/modules-load.d/wifi_dummy.conf | 1 + projects/S905/linux/linux.aarch64.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 projects/S905/filesystem/usr/lib/modules-load.d/wifi_dummy.conf diff --git a/projects/S905/filesystem/usr/lib/modules-load.d/wifi_dummy.conf b/projects/S905/filesystem/usr/lib/modules-load.d/wifi_dummy.conf new file mode 100644 index 0000000000..e3a06c7644 --- /dev/null +++ b/projects/S905/filesystem/usr/lib/modules-load.d/wifi_dummy.conf @@ -0,0 +1 @@ +wifi_dummy diff --git a/projects/S905/linux/linux.aarch64.conf b/projects/S905/linux/linux.aarch64.conf index 015f2dab6e..a37a2505a1 100644 --- a/projects/S905/linux/linux.aarch64.conf +++ b/projects/S905/linux/linux.aarch64.conf @@ -1055,6 +1055,7 @@ CONFIG_POST_PROCESS_MANAGER_PPSCALER=y # Amlogic Wifi Driver # CONFIG_AM_WIFI=y +CONFIG_AM_WIFI_DUMMY=m CONFIG_BCMDHD_USE_STATIC_BUF=y CONFIG_AML_POWER_RESET=y # CONFIG_M8_POWER_RESET is not set