From 1811a41d6f891784b2a5b65d60626add51f3d13e Mon Sep 17 00:00:00 2001 From: Priyalee Kushwaha Date: Thu, 29 Jun 2017 12:25:02 -0700 Subject: iwlwifi: include iwlwifi OOT driver in meta-intel layer. iwlwifi driver is built as OOT driver and replaces driver built in kernel. Signed-off-by: Kushwaha, Priyalee Signed-off-by: Saul Wold --- common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf (limited to 'common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf') diff --git a/common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf b/common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf new file mode 100644 index 00000000..a0e5f6ff --- /dev/null +++ b/common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf @@ -0,0 +1,12 @@ +# /etc/modprobe.d/iwlwifi.conf +# iwlwifi will dynamically load either iwldvm or iwlmvm depending on the +# microcode file installed on the system. When removing iwlwifi, first +# remove the iwl?vm module and then iwlwifi. +remove iwlwifi (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm16 -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) && /sbin/modprobe -r mac80211 + +#options iwlwifi lar_disable=1 +#options iwlwifi nvm_file="nvm-sfp-b2-open.bin" +options iwlmvm power_scheme=1 + +# PCI BUS + -- cgit v1.2.3-54-g00ecf