Skip to content

Commit

Permalink
ipq40xx: switch QCA4019 firmware to -ct
Browse files Browse the repository at this point in the history
Use the candelatech firmware for the QCA4019 WiSoC.

The Qualcomm firmware used for this specific chip in OpenWrt in 22.03
is experiencing heavily degraded performance due to excessive
retransmits when using A-MSDU. Disabling VHT modes or switching to the
candelatech firmware circumvents this issue.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Jun 2, 2022
1 parent fc5644f commit 0d23c6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions targets/ipq40xx-generic
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ local ATH10K_PACKAGES_IPQ40XX = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca4019',
'-ath10k-firmware-qca4019-ct',
'-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-qca4019',
'ath10k-firmware-qca4019-ct',
'ath10k-firmware-qca9888',
'-ath10k-firmware-qca9888-ct',
}
Expand Down

0 comments on commit 0d23c6c

Please sign in to comment.