1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19845: drivers/enc28j60: disable flow control r=maribu a=LP-HAW



Co-authored-by: LP-HAW <lars.pfau@haw-hamburg.de>
This commit is contained in:
bors[bot] 2023-07-24 14:36:09 +00:00 committed by GitHub
commit da9d137d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,8 +431,6 @@ static int nd_init(netdev_t *netdev)
cmd_w_phy(dev, REG_PHY_PHIE, PHIE_PLNKIE | PHIE_PGEIE);
/* Finishing touches */
/* enable hardware flow control */
cmd_wcr(dev, REG_B3_EFLOCON, 3, EFLOCON_FULDPXS | EFLOCON_FCEN1);
/* enable auto-inc of read and write pointers for the RBM/WBM commands */
cmd_bfs(dev, REG_ECON2, -1, ECON2_AUTOINC);
/* enable receive, link and tx interrupts */