You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: wifi: siwx917: Fix mac address configuration
Zephyr only saves a pointer to the memory area provided to
net_if_set_link_addr(). So the MAC address has to be stored in a static
area (while it was stored in the stack).
Signed-off-by: Jérôme Pouiller <[email protected]>
0 commit comments