File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
#define DT_DRV_COMPAT silabs_siwx91x_wifi
7
7
8
- #include <zephyr/logging/log.h>
9
- #include <zephyr/sys/__assert.h>
10
8
#include <zephyr/version.h>
11
9
12
10
#include <nwp.h>
18
16
#include "siwx91x_wifi_sta.h"
19
17
20
18
#include "sl_rsi_utility.h"
21
- #include "sl_net_constants.h"
22
- #include "sl_wifi_types.h"
23
19
#include "sl_wifi_callback_framework.h"
24
- #include "sl_net_default_values.h"
25
- #include "sl_wifi.h"
26
- #include "sl_net.h"
27
- #include "sl_wifi_constants.h"
28
20
29
21
#define SIWX91X_DRIVER_VERSION KERNEL_VERSION_STRING
30
22
Original file line number Diff line number Diff line change 5
5
#ifndef SIWX91X_WIFI_H
6
6
#define SIWX91X_WIFI_H
7
7
8
- #include <zephyr/net/net_context.h>
9
8
#include <zephyr/net/wifi_mgmt.h>
10
- #include <zephyr/net/wifi.h>
11
- #include <zephyr/kernel.h>
12
9
13
- #include "sl_ieee802_types.h"
14
10
#include "sl_si91x_types.h"
15
- #include "sl_si91x_protocol_types.h"
16
11
17
12
struct siwx91x_dev {
18
13
struct net_if * iface ;
You can’t perform that action at this time.
0 commit comments