From 86bf2b45da9c5a58a3d375f96501619efbc2ba1f Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sun, 6 Aug 2006 23:50:56 +0000 Subject: [PATCH] use proper tx series Submitted by: Andrea Bittau --- tools/tools/net80211/w00t/libw00t/w00t.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/net80211/w00t/libw00t/w00t.c b/tools/tools/net80211/w00t/libw00t/w00t.c index 3b8df2f79f2..ce4a357b4a1 100644 --- a/tools/tools/net80211/w00t/libw00t/w00t.c +++ b/tools/tools/net80211/w00t/libw00t/w00t.c @@ -154,8 +154,8 @@ int inject_params(int fd, void *buf, int len, .ibp_vers = IEEE80211_BPF_VERSION, /* NB: no need to pass series 2-4 rate+try */ .ibp_len = sizeof(struct ieee80211_bpf_params) - 6, - .ibp_rate1 = 2, /* 1 MB/s XXX */ - .ibp_try1 = 1, /* no retransmits */ + .ibp_rate0 = 2, /* 1 MB/s XXX */ + .ibp_try0 = 1, /* no retransmits */ .ibp_flags = IEEE80211_BPF_NOACK, .ibp_power = 100, /* nominal max */ .ibp_pri = WME_AC_VO, /* high priority */