BCOMB-3507: ncrease in client disconnect marker#1122
Open
narendradandu wants to merge 1 commit intordkcentral:release/v8.5_p1b_patchfrom
Open
BCOMB-3507: ncrease in client disconnect marker#1122narendradandu wants to merge 1 commit intordkcentral:release/v8.5_p1b_patchfrom
narendradandu wants to merge 1 commit intordkcentral:release/v8.5_p1b_patchfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts association-event handling by removing the “roaming/steering cleanup” step that proactively removed a client’s MAC from other VAPs when an assoc event is processed.
Changes:
- Removed the call to
check_and_remove_mac_on_other_vaps()fromprocess_assoc_device_event().
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
2144
to
2148
| to_mac_str(assoc_data->dev_stats.cli_MACAddress, mac_str); | ||
| str_tolower(mac_str); | ||
|
|
||
| //check and remove mac_str from other vaps if device is steering | ||
| check_and_remove_mac_on_other_vaps(rdk_vap_info, assoc_data); | ||
|
|
||
| tmp_assoc_dev_data = hash_map_get(rdk_vap_info->associated_devices_map, mac_str); | ||
| if (tmp_assoc_dev_data == NULL) { |
Signed-off-by: Narendra Varma Dandu <narendandu@gmail.com>
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.
No description provided.