diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2016-11-05 16:17:07 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-11-05 16:17:07 +0000 |
| commit | 4f3a4c0163ce66fdd5cfa65df599486aa1de2ac1 (patch) | |
| tree | 06ca7632c66b724c2323061edf130555e6f4c381 /sys/dev | |
| parent | 17194cd8e4bce70745b61c54e5fd85b4db6766a2 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bxe/bxe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c index 98978da9a53f..9f86e8f2ab36 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -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); |
