Date: Sat, 25 Oct 2008 23:58:59 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_ht.h ieee80211_var.h Message-ID: <200810252359.m9PNx8jb045316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-10-25 23:58:59 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_ht.c ieee80211_ht.h
ieee80211_var.h
Log:
SVN rev 184280 on 2008-10-25 23:58:59Z by sam
Sync BAR frame handling with out of tree work:
o correct BAR frame construction for AMPDU
o retransmit BAR frames until ACK'd or timeout (use tunables to
control behaviour, default is very aggressive)
o defer seq# update until BAR frame is ACK'd
o add BAR response handling callback for driver to interpose and
push new state to device or push pending aggregates
While here also:
o add backpointer to node in the per-tid tx aggregation data structure
o move ampdu tx state setup/teardown work to separate functions
Revision Changes Path
1.30 +181 -52 src/sys/net80211/ieee80211_ht.c
1.11 +6 -4 src/sys/net80211/ieee80211_ht.h
1.63 +3 -0 src/sys/net80211/ieee80211_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810252359.m9PNx8jb045316>
