Skip to content
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

[rtl872x] some more fixes #2755

Merged
merged 5 commits into from
Mar 12, 2024
Merged

[rtl872x] some more fixes #2755

merged 5 commits into from
Mar 12, 2024

Conversation

avtolstoy
Copy link
Member

  1. Fixes connectivity tester crash
  2. WRAP_BLE_EVT_LOCK missing in a couple of places
  3. Moved coex deinitialization into rtwCoexStop under a lock
  4. Removed stop scan retries for now, looks like this is no longer necessary
  5. Increase coex thread stack size, occasionally seen stack overflow assertion

@avtolstoy avtolstoy requested a review from XuGuohui March 12, 2024 14:02
@avtolstoy avtolstoy added this to the 5.8.0 milestone Mar 12, 2024
@avtolstoy avtolstoy added the bug label Mar 12, 2024
@avtolstoy avtolstoy requested a review from eberseth March 12, 2024 16:24
rtwCoexRunDisable(0);
rtw_coex_wifi_enable(*(void**)rltk_wlan_info[0].dev->priv, 1);
rtwCoexCleanupMutex(0);
rtwCoexStop();
Copy link
Contributor

@eberseth eberseth Mar 12, 2024

Choose a reason for hiding this comment

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

Wrapped lines above into rtxCoexStop() and apply a mutex within.

@eberseth eberseth merged commit 3791951 into develop Mar 12, 2024
13 checks passed
@eberseth eberseth deleted the fix/rtl872x-more branch March 12, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants