-
Notifications
You must be signed in to change notification settings - Fork 316
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
nrf_wifi: Pass mac_skip info to firmware #1128
Merged
Merged
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
rado17
requested review from
krish2718,
sachinthegreen,
ajayparida,
VivekUppunda and
kapbh
November 20, 2023 12:11
krish2718
reviewed
Nov 20, 2023
rado17
force-pushed
the
skip_local_mac
branch
from
November 22, 2023 13:40
968b241
to
e5a0566
Compare
krish2718
reviewed
Nov 22, 2023
sachinthegreen
approved these changes
Nov 23, 2023
kapbh
approved these changes
Nov 23, 2023
Add a flag in scan_params to inform firmware if scan entries with local bit set or IANA reserved MAC addresses should be skipped or not. Signed-off-by: Ravi Dondaputi <[email protected]>
rado17
force-pushed
the
skip_local_mac
branch
from
November 28, 2023 10:51
e5a0566
to
7b6e271
Compare
krish2718
approved these changes
Nov 28, 2023
karun2796
force-pushed
the
skip_local_mac
branch
from
November 28, 2023 12:13
7b6e271
to
3c633cd
Compare
UMAC: [SHEL-2085] : Fixed UMAC stuck while disconnection. [SHEL-2180] : Handled UDP IPv6 checksum null case. [SHEL-2189] : Dropping the BSS data base with matched local mac address in display scan. LMAC: TSF parsing logic modified. Attempting sleep after 20ms when broadcast TIM is set. [SHEL-2160] : Adjust sleep time value based on PPM error. PHY: [SHEL-1993] : Modify TX power ceilings and backoffs. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
karun2796
force-pushed
the
skip_local_mac
branch
from
November 28, 2023 12:50
3c633cd
to
1173125
Compare
krga2022
approved these changes
Dec 5, 2023
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.
Add a flag in scan_params to inform firmware if scan entries with local bit set or IANA reserved MAC addresses should be skipped or not.
Ref: SHEL-2024