Skip to content

Commit 6764e66

Browse files
jerome-pouillerjhedberg
authored andcommitted
drivers: wifi: siwx917: Split out NET_OFFLOAD code
siwx917_wifi.c is currently pretty large while a big part is in fact only used to manage socket API. Split out the socket management and only keep 802.11 management in siwx917_wifi.c. This commit do not introduce any change in the code. The code is only relocated. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent c797dde commit 6764e66

File tree

5 files changed

+472
-412
lines changed

5 files changed

+472
-412
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# Copyright (c) 2024 Silicon Laboratories Inc.
33

4-
zephyr_library_sources_ifdef(CONFIG_WIFI_SIWX917 siwx917_wifi.c)
4+
zephyr_library_sources_ifdef(CONFIG_WIFI_SIWX917 siwx917_wifi.c siwx917_wifi_socket.c)

0 commit comments

Comments
 (0)