Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
xenomai
Commits
5e46fa9a
Commit
5e46fa9a
authored
Aug 20, 2018
by
Philippe Gerum
Browse files
net/fec: notify core about carrier on event
parent
71654257
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/drivers/net/drivers/fec.c
View file @
5e46fa9a
...
...
@@ -1323,6 +1323,7 @@ fec_enet_open(struct rtnet_device *ndev)
return
ret
;
}
phy_start
(
fep
->
phy_dev
);
rtnetif_carrier_on
(
ndev
);
rtnetif_start_queue
(
ndev
);
fep
->
opened
=
1
;
return
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment