Open
Conversation
Allow creating more virtual interfaces. Currently driver/fw is stable running 3 AP interfaces with one client connected to each. Max. no of interfaces a single client could connect to was 7. Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
psyborg55
added a commit
to psyborg55/linux
that referenced
this pull request
Jul 30, 2018
Testing with AR9271 USB device I was able to start 8 VAPs, but one client device could connect only if 7 VAPs were configured. This might need more work to make the feature fully usable, but even at present situation it enables functionality that was previously disabled. Updated ath9k_htc firmware is required too, PR already opened: qca/open-ath9k-htc-firmware#149 Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
psyborg55
added a commit
to psyborg55/linux
that referenced
this pull request
Jul 30, 2018
Testing with AR9271 USB device I was able to start 8 VAPs, but one client device could connect only if 7 VAPs were configured. This might need more work to make the feature fully usable, but even at present situation it enables functionality that was previously disabled. Updated ath9k_htc firmware is required too, PR already opened: qca/open-ath9k-htc-firmware#149 Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
psyborg55
added a commit
to psyborg55/linux
that referenced
this pull request
Jul 30, 2018
Testing with AR9271 USB device I was able to start 8 VAPs, but one client device could connect only if 7 VAPs were configured. This might need more work to make the feature fully usable, but even at present situation it enables functionality that was previously disabled. Updated ath9k_htc firmware is required too, PR already opened: qca/open-ath9k-htc-firmware#149 Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
ThatOneCalculator
approved these changes
Aug 13, 2022
Collaborator
|
oh wow i missed this! yeah this should be fine!
…-a
On Fri, 12 Aug 2022 at 18:29, Kainoa Kanter ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#149 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI2L3JRP3LEL5ZDDM3RQ6DVY33A3ANCNFSM4FM37VKQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
Glad I bumped it lol |
|
Actually with today's hardware I'd argue this can be bumped up to 32 and 16, if not more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow creating more virtual interfaces. Currently driver/fw is stable running 3 AP interfaces with one client connected to each. Max. no of interfaces a single client could connect to was 7.
Signed-off-by: Tomislav Požega pozega.tomislav@gmail.com