commit | 542aec673d61112be38980ef4d6f26104b6bad5b | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Sat Jun 17 17:22:46 2023 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 05 14:14:51 2023 +0200 |
tree | 283d50b8111a078f34856855723b574b78b910f8 | |
parent | 91d6561bf44a5f3ca01bb422c1eede3e2af6534e [diff] |
drivers: wifi: esp_at: don't disable carrier in init Don't unconditionally set the carrier to the off state in `esp_iface_init`, as this is already done in `esp_reset` and the function may be called after the modem has already completed the init sequence and called `net_if_carrier_on`. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>