mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
r266979 missed a call to enable capabilities of the hw leading to an
inability to enable features of the device. PR: 213845 Submitted by: pherman@frenchfries.net MFC after: 1 week
This commit is contained in:
parent
17194cd8e4
commit
4f3a4c0163
1 changed files with 1 additions and 0 deletions
|
|
@ -12691,6 +12691,7 @@ bxe_init_ifnet(struct bxe_softc *sc)
|
|||
IFCAP_WOL_MAGIC);
|
||||
#endif
|
||||
if_setcapabilitiesbit(ifp, capabilities, 0); /* XXX */
|
||||
if_setcapenable(ifp, if_getcapabilities(ifp));
|
||||
if_setbaudrate(ifp, IF_Gbps(10));
|
||||
/* XXX */
|
||||
if_setsendqlen(ifp, sc->tx_ring_size);
|
||||
|
|
|
|||
Loading…
Reference in a new issue