commit | af0583d87d162a4db714ada510a3b470e55dc969 | [log] [tgz] |
---|---|---|
author | YuLong Yao <feilongphone@gmail.com> | Wed Aug 09 04:42:46 2023 +0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Aug 09 08:34:56 2023 +0000 |
tree | a55a5a22944e5a20d4a266d6038c4edd9a65e12f | |
parent | c031c9359e9733a20cf70fb705c2441bc2085ef7 [diff] |
driver: wifi: esp32: enable iface when enable ap mode when ap mode is enable, we don't enable iface by `net_eth_carrier_on` before, this will cause wifi tx error. this patch fix this issues. Signed-off-by: YuLong Yao <feilongphone@gmail.com>