aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-01-20 00:50:36 +0000
committerSam Leffler <sam@FreeBSD.org>2003-01-20 00:50:36 +0000
commitc9def0f4418baae84908f93f9d721b181f9ef334 (patch)
tree345705541dca365a764460870bc1116fc6ed19cd
parent6ee4bee25a694d4ede281cd0ad98e1d5737f2379 (diff)
Notes
-rw-r--r--sys/dev/wi/if_wi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index 26b080a08a63a..f60a76a7edeb0 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -172,7 +172,7 @@ wi_write_val(struct wi_softc *sc, int rid, u_int16_t val)
static struct timeval lasttxerror; /* time of last tx error msg */
static int curtxeps; /* current tx error msgs/sec */
-static int wi_txerate = 10; /* tx error rate: max msgs/sec */
+static int wi_txerate = 0; /* tx error rate: max msgs/sec */
SYSCTL_INT(_kern, OID_AUTO, wi, CTLFLAG_RW, &wi_txerate,
0, "Wireless driver max tx error msgs/sec; 0 disables msgs");