Browse Source

Merge branch 'bugfix/11kv_bugfixes' into 'master'

wpa_supplicant: Remove lock during processing of BTM/RRM packets

Closes WIFI-3182 and WIFI-3175

See merge request espressif/esp-idf!11717
Jiang Jiang Jian 5 năm trước cách đây
mục cha
commit
56625eea1e
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      components/wpa_supplicant/src/esp_supplicant/esp_common.c

+ 0 - 4
components/wpa_supplicant/src/esp_supplicant/esp_common.c

@@ -116,9 +116,6 @@ static void esp_btm_rrm_task(void *pvParameters)
 			continue;
 		}
 
-		/* get lock */
-		SUPPLICANT_API_LOCK();
-
 		switch (evt->id) {
 		case SIG_SUPPLICANT_RX_ACTION:
 		{
@@ -139,7 +136,6 @@ static void esp_btm_rrm_task(void *pvParameters)
 		}
 
 		os_free(evt);
-		SUPPLICANT_API_UNLOCK();
 
 		if (task_del)
 			break;