2019-06-14 17:20:15 +00:00
|
|
|
-- The QCA9980 was discontinued by Qualcomm. It didn't receive any firmware-update for over 4 years.
|
|
|
|
-- See https://github.com/kvalo/ath10k-firmware/tree/master/QCA99X0/hw2.0
|
|
|
|
-- 802.11s was never implemented for the chip's firmware. It will most likely be broken forever.
|
|
|
|
-- The QCA9984 on the other hand works fine for 11s meshes on both bands.
|
2017-03-27 09:44:07 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
local QCA9980_PACKAGES = {'-kmod-ath10k', 'kmod-ath10k-ct', '-ath10k-firmware-qca99x0', 'ath10k-firmware-qca99x0-ct'}
|
|
|
|
local QCA9984_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9984', '-ath10k-firmware-qca9984-ct'}
|
2017-03-27 09:44:07 +00:00
|
|
|
|
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
--
|
|
|
|
-- QCA9980
|
|
|
|
--
|
2019-03-28 13:49:17 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- TP-Link
|
|
|
|
device('tp-link-archer-c2600', 'tplink_c2600', {
|
|
|
|
packages = QCA9980_PACKAGES,
|
|
|
|
broken = true,
|
|
|
|
})
|
2019-03-28 13:49:17 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
--
|
|
|
|
-- QCA9984
|
|
|
|
--
|
2019-03-28 13:49:17 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- NETGEAR
|
|
|
|
device('netgear-nighthawk-x4s-r7800', 'netgear_r7800', {
|
|
|
|
factory_ext = '.img',
|
|
|
|
packages = QCA9984_PACKAGES,
|
|
|
|
})
|