drivers: eth: stm32: Added missing ethernet_init() call
Fixes #8668 Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
parent
dadc5293aa
commit
536d77ab51
1 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,8 @@ static void eth_iface_init(struct net_if *iface)
|
|||
net_if_set_link_addr(iface, dev_data->mac_addr,
|
||||
sizeof(dev_data->mac_addr),
|
||||
NET_LINK_ETHERNET);
|
||||
|
||||
ethernet_init(iface);
|
||||
}
|
||||
|
||||
static enum ethernet_hw_caps eth_stm32_hal_get_capabilities(struct device *dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue