Skip to content

RDKB-63530#917

Open
Kondamma12345 wants to merge 3 commits intordkcentral:developfrom
Kondamma12345:RDK6
Open

RDKB-63530#917
Kondamma12345 wants to merge 3 commits intordkcentral:developfrom
Kondamma12345:RDK6

Conversation

@Kondamma12345
Copy link
Contributor

No description provided.

wifi_util_dbg_print(WIFI_HARVESTER, "%s:%d: instant measurements active for sta:%s, should stop\n", __func__, __LINE__, sta);
g_harvester_module.instantDefOverrideTTL = DEFAULT_INSTANT_REPORT_TIME;
pthread_mutex_unlock(&g_harvester_module.queue_lock);
process_instant_msmt_stop();
Copy link
Contributor

Choose a reason for hiding this comment

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

Is process_instant_msmt_stop() required to call after mutex unlock?

collect_stats->stat_array_size = ap_count;
pthread_mutex_unlock(&mon_data->data_lock);
wifi_util_dbg_print(WIFI_MON, "Sending neighbor stats event to core %d\n", ap_count);
push_monitor_response_event_to_ctrl_queue(collect_stats, sizeof(wifi_provider_response_t), wifi_event_type_monitor, wifi_event_type_collect_stats, NULL);
Copy link
Contributor

Choose a reason for hiding this comment

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

Is push_monitor_response_event_to_ctrl_queue function to be called after mutext unlock?

Reason for change: Fixing high medium priority coverity issues.
Test Procedure: Build should be successful and the regression test should also succeed.

Risks: Low
Priority: P1
Signed-off-by: Kondamma_Kudumula@comcast.com
Reason for change: Fixing high medium priority coverity issues.
Test Procedure: Build should be successful and the regression test should also succeed.

Risks: Low
Priority: P1
Signed-off-by: Kudumula_Kondamma@comcast.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.

3 participants