From 4badb2702edd396109038da129227413795f7a49 Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Sun, 19 Mar 2023 20:00:45 +0100
Subject: [PATCH] ath79-generic: switch Wave2 firmware to -ct

This partially reverts commit 22c47df2423e6149c4b37d5f70741adcf3365f5d.

Devices in ath79-generic like the TP-Link EAP225-Outdoor v1 are really
unstable with the non -ct Wave2 firmware and regulary crash with 100% memory
consumption when only a handful devices are connected via 5 GHz.

closes freifunk-gluon/gluon#2827
---
 targets/ath79-generic | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/targets/ath79-generic b/targets/ath79-generic
index bcbf4acde..dc8849469 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -35,13 +35,7 @@ local ATH10K_PACKAGES_SMALLBUFFERS_QCA9887 = {
 	'-ath10k-firmware-qca9887-ct',
 }
 
-local ATH10K_PACKAGES_QCA9888 = {
-	'kmod-ath10k',
-	'-kmod-ath10k-ct',
-	'-kmod-ath10k-ct-smallbuffers',
-	'ath10k-firmware-qca9888',
-	'-ath10k-firmware-qca9888-ct',
-}
+local ATH10K_PACKAGES_QCA9888 = {}
 
 -- ALFA NETWORK
 
-- 
GitLab