diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2006-08-06 23:50:56 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2006-08-06 23:50:56 +0000 |
| commit | 86bf2b45da9c5a58a3d375f96501619efbc2ba1f (patch) | |
| tree | c55af63e15db48e28263e5c66c156375e9ad526e /tools | |
| parent | e548e4951fc7d3e14fc64b58ed7c08c1f6dcf30c (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/net80211/w00t/libw00t/w00t.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/net80211/w00t/libw00t/w00t.c b/tools/tools/net80211/w00t/libw00t/w00t.c index 3b8df2f79f20..ce4a357b4a1d 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 */ |
