diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-02-19 19:01:46 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-02-19 19:01:46 +0000 |
| commit | 1983a2326b19ac0ba1bf345276297fc8dbc44a72 (patch) | |
| tree | 833aa3ff93292e58ab8ebe26320ca8ff2238d19b | |
| parent | 7a16dacdfac54cea9ffc37a85e4c42e73d080a4e (diff) | |
Notes
| -rw-r--r-- | tools/tools/net80211/w00t/ap/ap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/net80211/w00t/ap/ap.c b/tools/tools/net80211/w00t/ap/ap.c index 836f588a65b6..712eef07f156 100644 --- a/tools/tools/net80211/w00t/ap/ap.c +++ b/tools/tools/net80211/w00t/ap/ap.c @@ -389,7 +389,7 @@ void send_cts(struct params *p, char *mac) wh->i_fc[0] |= IEEE80211_FC0_TYPE_CTL; wh->i_fc[0] |= IEEE80211_FC0_SUBTYPE_CTS; wh->i_dur[0] = 0x69; - wh->i_dur[0] = 0x00; + wh->i_dur[1] = 0x00; memcpy(wh->i_addr1, mac, 6); send_frame(p, wh, 10); |
