summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-09-22 00:21:24 +0000
committersam <sam@FreeBSD.org>2008-09-22 00:21:24 +0000
commitfda4e8a8cf24c53b9fd1430adbf43e0411b1babb (patch)
treea40d779372ce137e02b5b333e540002db28d987e /sys/net80211/ieee80211_ht.c
parenta839de9034bb40651d0230e279964e91fdf845bb (diff)
downloadFreeBSD-src-fda4e8a8cf24c53b9fd1430adbf43e0411b1babb.zip
FreeBSD-src-fda4e8a8cf24c53b9fd1430adbf43e0411b1babb.tar.gz
cleanup after merge
Diffstat (limited to 'sys/net80211/ieee80211_ht.c')
-rw-r--r--sys/net80211/ieee80211_ht.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c
index 321566b..f2b3625 100644
--- a/sys/net80211/ieee80211_ht.c
+++ b/sys/net80211/ieee80211_ht.c
@@ -1466,7 +1466,6 @@ ieee80211_addba_request(struct ieee80211_node *ni,
/* XXX locking */
tap->txa_token = dialogtoken;
tap->txa_flags |= IEEE80211_AGGR_IMMEDIATE;
- tap->txa_start = 0;
bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
tap->txa_wnd = (bufsiz == 0) ?
IEEE80211_AGGR_BAWMAX : min(bufsiz, IEEE80211_AGGR_BAWMAX);
OpenPOWER on IntegriCloud