Skip to content

Commit

Permalink
Merge branch 'bugfix/backport_some_wifi_fixes_1009_v3.1' into 'releas…
Browse files Browse the repository at this point in the history
…e/v3.1'

esp32: fix some WiFi fixes 1009 (backport v3.1)

See merge request espressif/esp-idf!6297
  • Loading branch information
jack0c committed Oct 21, 2019
2 parents 2981e2e + 907878d commit 0c7e781
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion components/esp32/include/esp_wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ esp_err_t esp_wifi_get_bandwidth(wifi_interface_t ifx, wifi_bandwidth_t *bw);
* @brief Set primary/secondary channel of ESP32
*
* @attention 1. This is a special API for sniffer
* @attention 2. This API should be called after esp_wifi_start() or esp_wifi_set_promiscuous()
* @attention 2. This API should be called after esp_wifi_start() and esp_wifi_set_promiscuous()
*
* @param primary for HT20, primary is the channel number, for HT40, primary is the primary channel
* @param second for HT20, second is ignored, for HT40, second is the second channel
Expand Down
11 changes: 0 additions & 11 deletions components/esp32/include/esp_wifi_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,6 @@ esp_err_t esp_wifi_internal_wifi_type_md5_check(const char *md5);
*/
esp_err_t esp_wifi_internal_esp_wifi_md5_check(const char *md5);

/**
* @brief Check the git commit id of WiFi library
*
* @attention 1. It is used for internal CI WiFi library check
*
* @return
* - ESP_OK : succeed
* - ESP_FAIL : fail
*/
esp_err_t esp_wifi_internal_git_commit_id_check(void);

/**
* @brief Allocate a chunk of memory for WiFi driver
*
Expand Down
2 changes: 1 addition & 1 deletion components/esp32/lib
14 changes: 0 additions & 14 deletions components/esp32/test/test_wifi_lib_git_commit.c

This file was deleted.

0 comments on commit 0c7e781

Please sign in to comment.