From owner-cvs-src-old@FreeBSD.ORG Sat Oct 25 23:59:10 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FF4F1065759 for ; Sat, 25 Oct 2008 23:59:10 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82E358FC19 for ; Sat, 25 Oct 2008 23:59:08 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9PNx87x045317 for ; Sat, 25 Oct 2008 23:59:08 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9PNx8jb045316 for cvs-src-old@freebsd.org; Sat, 25 Oct 2008 23:59:08 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200810252359.m9PNx8jb045316@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Sat, 25 Oct 2008 23:58:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_ht.h ieee80211_var.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2008 23:59:10 -0000 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