aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
commitcaa7e52f3f525b75d87fca7e612933377699fd59 (patch)
tree1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/dev/ath
parentdae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index cc7bb84945a8..81046b5b31dd 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -1081,7 +1081,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
sc->sc_txq_node_psq_maxdepth = 16;
/*
- * Default the maximum queue to to 1/4'th the TX buffers, or
+ * Default the maximum queue to 1/4'th the TX buffers, or
* 64, whichever is smaller.
*/
sc->sc_txq_node_maxdepth = MIN(64, ath_txbuf / 4);