From owner-cvs-src-old@FreeBSD.ORG Mon Mar 28 11:49:09 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 D26361065678 for ; Mon, 28 Mar 2011 11:49:09 +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 A53338FC1E for ; Mon, 28 Mar 2011 11:49:09 +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 p2SBn9SG018154 for ; Mon, 28 Mar 2011 11:49:09 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2SBn9Ip018153 for cvs-src-old@freebsd.org; Mon, 28 Mar 2011 11:49:09 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201103281149.p2SBn9Ip018153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Mon, 28 Mar 2011 11:48:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath_tx.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, 28 Mar 2011 11:49:09 -0000 adrian 2011-03-28 11:48:49 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath_tx.c Log: SVN rev 220098 on 2011-03-28 11:48:49Z by adrian Add in HT protection but disable it by default. I'll clear how it's supposed to work with Bernhard and then look at enabling this in the correct situations. But this -does- enable HT RTS protection (using the appropriate legacy rates) if this bit of code is enabled. Revision Changes Path 1.7 +18 -0 src/sys/dev/ath/if_ath_tx.c