From ee0756a70b8a5777c08230f985e9661ae6181443 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 7 Nov 2019 19:45:56 +0100 Subject: [PATCH] x86: switch to non-CT ath10k module It seems the CT variant was used for 11s meshing on x86 by accient. Switch to non-CT to match the other targets. --- targets/x86.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/x86.inc b/targets/x86.inc index 66e0ebee..4ca2bb8c 100644 --- a/targets/x86.inc +++ b/targets/x86.inc @@ -32,7 +32,7 @@ packages { 'kmod-usb2', 'kmod-usb3', 'kmod-usb-serial', - 'kmod-ath10k-ct', + 'kmod-ath10k', 'ath10k-firmware-qca9887', 'ath10k-firmware-qca988x', }