From owner-cvs-src-old@FreeBSD.ORG Sat Jan 29 12:30:36 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 BA549106566B for ; Sat, 29 Jan 2011 12:30:36 +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 A94AC8FC08 for ; Sat, 29 Jan 2011 12:30:36 +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 p0TCUa11082285 for ; Sat, 29 Jan 2011 12:30:36 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0TCUa8e082284 for cvs-src-old@freebsd.org; Sat, 29 Jan 2011 12:30:36 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201101291230.p0TCUa8e082284@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sat, 29 Jan 2011 12:30:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_athvar.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_xmit.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: Sat, 29 Jan 2011 12:30:36 -0000 adrian 2011-01-29 12:30:13 UTC FreeBSD src repository Modified files: sys/dev/ath if_athvar.h sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_xmit.c Log: SVN rev 218067 on 2011-01-29 12:30:13Z by adrian Fix some errors introduced w/ the last commit; fix setting RTS/CTS in the 11n rate scenario. * I messed up a couple of things in if_athvar.h; so fix that. * Undo some guesswork done in ar5416Set11nRateScenario() and introduce a flags parameter which lets the caller set a few things. To begin with, this includes whether to do RTS or CTS protection. * If both RTS and CTS is set, only do RTS. Both RTS and CTS shouldn't be set on a frame. Revision Changes Path 1.16 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.9 +24 -22 src/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c 1.96 +3 -7 src/sys/dev/ath/if_athvar.h