mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
Reset WIFI mac when wifi start and update wifi lib
1. reset wifi mac when wifi start 2. roll back rx hung workaround for beacon timeout 3. fix amsdu ap interface wrong issue 4. fix amsdu header parse error 5. fix amsdu flag wrong issue 6. PHY: V350, fix BT rssi bug 7. RTC: V225, fix bt will be not work when wifi is reset
This commit is contained in:
@@ -232,12 +232,11 @@ esp_err_t esp_phy_store_cal_data_to_nvs(const esp_phy_calibration_data_t* cal_da
|
||||
* function.
|
||||
* @param mode Calibration mode (Full, partial, or no calibration)
|
||||
* @param[inout] calibration_data
|
||||
* @param is_sleep WiFi wakes up from sleep or not
|
||||
* @return ESP_OK on success.
|
||||
* @return ESP_FAIL on fail.
|
||||
*/
|
||||
esp_err_t esp_phy_rf_init(const esp_phy_init_data_t* init_data,
|
||||
esp_phy_calibration_mode_t mode, esp_phy_calibration_data_t* calibration_data, bool is_sleep);
|
||||
esp_phy_calibration_mode_t mode, esp_phy_calibration_data_t* calibration_data);
|
||||
|
||||
/**
|
||||
* @brief De-initialize PHY and RF module
|
||||
|
Reference in New Issue
Block a user