From owner-cvs-src-old@FreeBSD.ORG Mon Feb 21 15:50:30 2011 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 E4FF61065702 for ; Mon, 21 Feb 2011 15:50:30 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2AF88FC12 for ; Mon, 21 Feb 2011 15:50:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1LFoU8p059660 for ; Mon, 21 Feb 2011 15:50:30 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1LFoU91059659 for cvs-src-old@freebsd.org; Mon, 21 Feb 2011 15:50:30 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102211550.p1LFoU91059659@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Mon, 21 Feb 2011 15:49:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_proto.c 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: Mon, 21 Feb 2011 15:50:31 -0000 adrian 2011-02-21 15:49:59 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: SVN rev 218916 on 2011-02-21 15:49:59Z by adrian Default to the lowest negotiated rate for mgmt/multicast traffic in 11n mode The current code transmits management and multicast frames at MCS 0. What it should do is check whether the negotiated basic set is zero (and the MCS set is not) before making this decision. For now, simply default to the lowest negotiated rate, rather than MCS 0. This fixes the behaviour with at least the DLINK DIR-825, which ACKs but silently ignores block-ack (BA) response frames. Revision Changes Path 1.67 +18 -0 src/sys/net80211/ieee80211_proto.c