Skip to content

Commit

Permalink
Revert "ipq40xx: switch Wave2 firmware to -ct (freifunk-gluon#2541)"
Browse files Browse the repository at this point in the history
It seems like the Aruba devices have problems with the eLNA control and the
the official firmware. But many other devices have packet loss with the ct
firmware.

This reverts commit 15ef885.
  • Loading branch information
ecsv committed Jan 12, 2023
1 parent f8c080a commit 7b23925
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
8 changes: 7 additions & 1 deletion targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ local ATH10K_PACKAGES_QCA9887 = {
'-ath10k-firmware-qca9887-ct',
}

local ATH10K_PACKAGES_QCA9888 = {}
local ATH10K_PACKAGES_QCA9888 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca9888',
'-ath10k-firmware-qca9888-ct',
}

-- ALFA NETWORK

Expand Down
18 changes: 16 additions & 2 deletions targets/ipq40xx-generic
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
local ATH10K_PACKAGES_IPQ40XX = {}
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {}
local ATH10K_PACKAGES_IPQ40XX = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca4019',
'-ath10k-firmware-qca4019-ct',
}
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca4019',
'-ath10k-firmware-qca4019-ct',
'ath10k-firmware-qca9888',
'-ath10k-firmware-qca9888-ct',
}


defaults {
Expand Down
2 changes: 1 addition & 1 deletion targets/ipq806x-generic
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The QCA9984 on the other hand works fine for 11s meshes on both bands.

local QCA9980_PACKAGES = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca99x0', 'ath10k-firmware-qca99x0-ct'}
local QCA9984_PACKAGES = {}
local QCA9984_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9984', '-ath10k-firmware-qca9984-ct'}


--
Expand Down

0 comments on commit 7b23925

Please sign in to comment.