summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2005-11-25 19:32:29 +0000
committerdamien <damien@FreeBSD.org>2005-11-25 19:32:29 +0000
commitb1f58b95b33acbc2ea50926fe6fa8a3f0c188eb7 (patch)
treef80fbeaf78d46c416ad74016f629a205a5183dd5
parent71d7616dda3a0adf4dd42b976f89332f3f5cb090 (diff)
downloadFreeBSD-src-b1f58b95b33acbc2ea50926fe6fa8a3f0c188eb7.zip
FreeBSD-src-b1f58b95b33acbc2ea50926fe6fa8a3f0c188eb7.tar.gz
Fix AMRR initialization.
MFC after: 6 days
-rw-r--r--sys/dev/usb/if_ural.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_ural.c b/sys/dev/usb/if_ural.c
index 9685e8b..8c214a3 100644
--- a/sys/dev/usb/if_ural.c
+++ b/sys/dev/usb/if_ural.c
@@ -2141,7 +2141,7 @@ ural_amrr_start(struct ural_softc *sc, struct ieee80211_node *ni)
amrr->success = 0;
amrr->recovery = 0;
- amrr->success_threshold = 0;
+ amrr->success_threshold = 1;
amrr->txcnt = amrr->retrycnt = 0;
/* set rate to some reasonable initial value */
OpenPOWER on IntegriCloud