Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gluon-core: increase ath10k peer limit #2607

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

blocktrron
Copy link
Member

@blocktrron blocktrron commented Aug 10, 2022

Increase the peer limit for ath10k-ct from 32 to 96 STAs like it is set
for the non-ct firmware / driver. In order to make this work with the
memory constraints of the wireless platform, reduce the number of
concurrent vdevs to the maximum Gluon uses (4).

Closes #2604

Signed-off-by: David Bauer mail@david-bauer.net

@blocktrron blocktrron added this to the 2022.1 milestone Aug 10, 2022
@github-actions github-actions bot added the 3. topic: package Topic: Gluon Packages label Aug 10, 2022
@blocktrron blocktrron force-pushed the ath10k-fwcfg branch 2 times, most recently from ac19bf3 to 01db19c Compare August 10, 2022 10:26
Increase the peer limit for ath10k-ct from 32 to 96 STAs like it is set
for the non-ct firmware / driver. In order to make this work with the
memory constraints of the wireless platform, reduce the number of
concurrent vdevs to the maximum Gluon uses (4).

Closes freifunk-gluon#2604

Signed-off-by: David Bauer <mail@david-bauer.net>
@mweinelt
Copy link
Contributor

mweinelt commented Aug 10, 2022

Will this be counted per radio? Because in dual-ath10k instances 4 vdevs is not enough. Otherwise we should be fine with 3 vdevs (client, owe, mesh) per radio.

@blocktrron
Copy link
Member Author

@mweinelt This is per-radio, so on dual-band it is 192 total.

4 vdevs is the minimum, you are missing private-wifi 😄

@mweinelt
Copy link
Contributor

No, I'm not missing that feature at all. You must be mistaken 💩

@blocktrron blocktrron merged commit 50130c3 into freifunk-gluon:master Aug 10, 2022
JayBraker pushed a commit to JayBraker/gluon that referenced this pull request Apr 12, 2023
Increase the peer limit for ath10k-ct from 32 to 96 STAs like it is set
for the non-ct firmware / driver. In order to make this work with the
memory constraints of the wireless platform, reduce the number of
concurrent vdevs to the maximum Gluon uses (4).

Closes freifunk-gluon#2604

Signed-off-by: David Bauer <mail@david-bauer.net>

Signed-off-by: David Bauer <mail@david-bauer.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: package Topic: Gluon Packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ath10k-ct: STA limit of 32 concurrent connections
2 participants