This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Commit a68aed3
Adding Mutex Lock to Avoid Race Condition
The following fields encountered a race condition.
Adding a `mutex_lock` in the critical section resolves the issue:
- `drv->event_thread`
- `drv->in_cleanup`
**Tests:**
- Android boot up success
- WiFi/Hotspot ON/OFF success
- Connect WiFi to network success
Tracked-On: Adding Mutex Lock to Avoid Race Condition
The following fields encountered a race condition.
Adding a `mutex_lock` in the critical section resolves the issue:
- `drv->event_thread`
- `drv->in_cleanup`
**Tests:**
- Android boot up success
- WiFi/Hotspot ON/OFF success
- Connect WiFi to network success
merging bsp diff patches
Tracked-On: OAM-130073
Signed-off-by: rohith2xs <rohith2x.s@intel.com>1 parent 32fd183 commit a68aed3
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2005 | 2005 | | |
2006 | 2006 | | |
2007 | 2007 | | |
| 2008 | + | |
2008 | 2009 | | |
| 2010 | + | |
2009 | 2011 | | |
2010 | 2012 | | |
2011 | 2013 | | |
2012 | 2014 | | |
| 2015 | + | |
2013 | 2016 | | |
2014 | 2017 | | |
2015 | 2018 | | |
| |||
2041 | 2044 | | |
2042 | 2045 | | |
2043 | 2046 | | |
2044 | | - | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
2045 | 2054 | | |
2046 | 2055 | | |
2047 | 2056 | | |
| |||
0 commit comments