Skip to content

BCOMB-3507: ncrease in client disconnect marker#1122

Open
narendradandu wants to merge 1 commit intordkcentral:release/v8.5_p1b_patchfrom
narendradandu:8.5
Open

BCOMB-3507: ncrease in client disconnect marker#1122
narendradandu wants to merge 1 commit intordkcentral:release/v8.5_p1b_patchfrom
narendradandu:8.5

Conversation

@narendradandu
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 21:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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() from process_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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants