aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2018-01-31 07:36:51 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2018-01-31 07:36:51 +0000
commit2c6ceccadeea768efd08c4d85466c76a4f9ec574 (patch)
tree314cac264ca24c6e840c8081db506831c6e62b67 /sys/dev/etherswitch
parent676e92f22d0e79dbe43af8a05e96e01c5163ba20 (diff)
Notes
Diffstat (limited to 'sys/dev/etherswitch')
-rw-r--r--sys/dev/etherswitch/arswitch/arswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/arswitch/arswitch.c b/sys/dev/etherswitch/arswitch/arswitch.c
index 26bd2f16fa77..6e88eafa9c17 100644
--- a/sys/dev/etherswitch/arswitch/arswitch.c
+++ b/sys/dev/etherswitch/arswitch/arswitch.c
@@ -305,7 +305,7 @@ ar8xxx_atu_flush(struct arswitch_softc *sc)
if (!ret)
arswitch_writereg(sc->sc_dev,
AR8216_REG_ATU,
- AR8216_ATU_OP_FLUSH);
+ AR8216_ATU_OP_FLUSH | AR8216_ATU_ACTIVE);
return (ret);
}