summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/rt2860.c')
-rw-r--r--sys/dev/ic/rt2860.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c
index b457a7fe165..56b1c9642b6 100644
--- a/sys/dev/ic/rt2860.c
+++ b/sys/dev/ic/rt2860.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860.c,v 1.30 2008/12/29 13:27:27 damien Exp $ */
+/* $OpenBSD: rt2860.c,v 1.31 2008/12/29 13:59:00 damien Exp $ */
/*-
* Copyright (c) 2007, 2008
@@ -2894,6 +2894,7 @@ rt2860_init(struct ifnet *ifp)
tmp = RAL_READ(sc, RT2860_TX_RTS_CFG);
tmp &= ~0xffff00;
tmp |= ic->ic_rtsthreshold << 8;
+ RAL_WRITE(sc, RT2860_TX_RTS_CFG, tmp);
/* setup initial protection mode */
sc->sc_ic_flags = ic->ic_flags;