mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
SAMV7 Ethernet: Fix an order problem that left RX and TX disabled
This commit is contained in:
parent
dd50e03666
commit
256da4837e
1 changed files with 1 additions and 1 deletions
|
|
@ -2703,9 +2703,9 @@ static int sam_ifup(struct net_driver_s *dev)
|
|||
|
||||
nllvdbg("Initialize the EMAC\n");
|
||||
sam_emac_configure(priv);
|
||||
sam_queue0_configure(priv);
|
||||
sam_queue_configure(priv, EMAC_QUEUE_1);
|
||||
sam_queue_configure(priv, EMAC_QUEUE_2);
|
||||
sam_queue0_configure(priv);
|
||||
|
||||
/* Set the MAC address (should have been configured while we were down) */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue