Skip to content
Snippets Groups Projects
Unverified Commit 48b017b1 authored by Felix Baumann's avatar Felix Baumann Committed by GitHub
Browse files

ipq40xx-mikrotik: rename ath10k_packages to smallbuffers (#2850)


The only device using the ATH10K_PACKAGES_IPQ40XX variable in
ipq40xx-mikrotik (the MikroTik hAP ac2) has little RAM and is
using ath10k-ct-smallbuffers by default at the moment. This is
just a suggestion to rename the variable in-case the wifi driver
ever has to be replaced by ath10k.

Analogue to 4a00b8ae

Signed-off-by: default avatarFelix Baumann <felix.bau@gmx.de>
parent 157a74c5
No related branches found
No related tags found
No related merge requests found
include 'mikrotik.inc' include 'mikrotik.inc'
local ATH10K_PACKAGES_IPQ40XX = {} local ATH10K_PACKAGES_IPQ40XX_SMALLBUFFERS = {}
device('mikrotik-hap-ac2', 'mikrotik_hap-ac2', { device('mikrotik-hap-ac2', 'mikrotik_hap-ac2', {
packages = ATH10K_PACKAGES_IPQ40XX, packages = ATH10K_PACKAGES_IPQ40XX_SMALLBUFFERS,
}) })
device('mikrotik-sxtsq-5-ac-rbsxtsqg-5acd', 'mikrotik_sxtsq-5-ac', { device('mikrotik-sxtsq-5-ac-rbsxtsqg-5acd', 'mikrotik_sxtsq-5-ac', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment