2022-05-01 08:43:32 +00:00
|
|
|
local ATH10K_PACKAGES_QCA9880 = {
|
|
|
|
'kmod-ath10k',
|
|
|
|
'-kmod-ath10k-ct',
|
|
|
|
'-kmod-ath10k-ct-smallbuffers',
|
|
|
|
'ath10k-firmware-qca988x',
|
|
|
|
'-ath10k-firmware-qca988x-ct',
|
|
|
|
}
|
|
|
|
|
2019-08-12 13:25:31 +00:00
|
|
|
-- Aerohive
|
|
|
|
|
2019-11-28 07:21:28 +00:00
|
|
|
device('aerohive-hiveap-330', 'aerohive_hiveap-330', {
|
2020-03-09 21:19:07 +00:00
|
|
|
factory = false,
|
2019-08-12 13:25:31 +00:00
|
|
|
})
|
2019-11-03 17:59:00 +00:00
|
|
|
|
2019-12-18 22:56:34 +00:00
|
|
|
|
|
|
|
-- Enterasys
|
|
|
|
|
2019-11-28 07:21:28 +00:00
|
|
|
device('enterasys-ws-ap3710i', 'enterasys_ws-ap3710i', {
|
2019-12-18 22:56:34 +00:00
|
|
|
factory = false,
|
|
|
|
})
|
|
|
|
|
|
|
|
|
2022-05-01 08:43:32 +00:00
|
|
|
-- Extreme Networks
|
|
|
|
|
|
|
|
device('extreme-networks-ws-ap3825i', 'extreme-networks_ws-ap3825i', {
|
|
|
|
factory = false,
|
|
|
|
packages = ATH10K_PACKAGES_QCA9880,
|
|
|
|
})
|
|
|
|
|
|
|
|
|
2019-11-03 17:59:00 +00:00
|
|
|
-- OCEDO
|
|
|
|
|
2019-11-28 07:21:28 +00:00
|
|
|
device('ocedo-panda', 'ocedo_panda', {
|
2020-03-09 21:19:07 +00:00
|
|
|
factory = false,
|
2019-11-03 17:59:00 +00:00
|
|
|
})
|
|
|
|
|