-
Notifications
You must be signed in to change notification settings - Fork 183
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
allow more VAPs #149
Open
psyborg55
wants to merge
1
commit into
qca:master
Choose a base branch
from
psyborg55:psyborg55-patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
allow more VAPs #149
Conversation
This file contains 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
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
ThatOneCalculator
approved these changes
Aug 13, 2022
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. |
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 [email protected]