commit | b4117f97d36977e94235d3d7825066aa12b14fea | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Mon Sep 09 11:20:47 2024 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Sep 11 20:14:07 2024 -0400 |
tree | 8f8ea7937f9a9e5adf7f58a886ecb09a4f07457f | |
parent | 594bef84f84e84b0410ea76e663d26dbbc89c2ba [diff] |
drivers: wifi: fix esp32 build error There is a regression caused by #76177, which causes build to fail due to missing includes and others. This wraps it with proper checks and fixes wifi scan call. This also remove unused variable present in the same driver. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>