Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: ethernet: stm32: Add missing net_if_set_link_addr() call #29828

Merged
merged 1 commit into from
Nov 6, 2020

Conversation

chrta
Copy link
Collaborator

@chrta chrta commented Nov 5, 2020

When setting the MAC address, the ethernet driver has to call
net_if_set_link_addr() with the updated address. This was missing and is
added now.
See e.g.
#28874

Signed-off-by: Christian Taedcke [email protected]

When setting the MAC address, the ethernet driver has to call
net_if_set_link_addr() with the updated address. This was missing and is
added now.
See e.g.
zephyrproject-rtos#28874

Signed-off-by: Christian Taedcke <[email protected]>
@jukkar jukkar merged commit 8910d1c into zephyrproject-rtos:master Nov 6, 2020
@chrta chrta deleted the lb-fix-stm32-eth-mac branch November 6, 2020 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants