From owner-cvs-src-old@FreeBSD.ORG Thu Mar 3 03:02:29 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 5ABD8106566B for ; Thu, 3 Mar 2011 03:02:29 +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 471278FC14 for ; Thu, 3 Mar 2011 03:02:29 +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 p2332TPo046949 for ; Thu, 3 Mar 2011 03:02:29 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2332TtJ046948 for cvs-src-old@freebsd.org; Thu, 3 Mar 2011 03:02:29 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201103030302.p2332TtJ046948@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 3 Mar 2011 03:02:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath_tx_ht.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: Thu, 03 Mar 2011 03:02:29 -0000 adrian 2011-03-03 03:02:06 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath_tx_ht.c Log: SVN rev 219214 on 2011-03-03 03:02:06Z by adrian Disable trying to do HT/40 and short-GI TX. These flags are just plain wrong - they're the node flags from negotiation, not the configured flags. I'll jump in later on and figure out exactly what should be done to properly set these two flags when in both STA mode (ie, what the AP says is possible and what's configured) and AP mode (ie, where the AP has a configuration, but then negotiates what's possible with each node, so per-node configuration can and will differ.) This allows the 11n 2.4ghz/ht20 mode to associate (but perform poorly still) and exchange MCS rates with atheros reference APs and a Cisco/Linksys E3000 AP. Revision Changes Path 1.10 +3 -1 src/sys/dev/ath/if_ath_tx_ht.c