From owner-cvs-src-old@FreeBSD.ORG Thu May 26 14:29:17 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 C4DBD1065763 for ; Thu, 26 May 2011 14:29:17 +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 B2E578FC23 for ; Thu, 26 May 2011 14:29:17 +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 p4QETH7C048646 for ; Thu, 26 May 2011 14:29:17 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4QETHE4048645 for cvs-src-old@freebsd.org; Thu, 26 May 2011 14:29:17 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201105261429.p4QETHE4048645@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 26 May 2011 14:29:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar9002 ar9287_attach.c ar9287_olc.c ar9287_olc.h ar9287_reset.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, 26 May 2011 14:29:17 -0000 adrian 2011-05-26 14:29:05 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar9002 ar9287_attach.c ar9287_olc.c ar9287_olc.h ar9287_reset.c Log: SVN rev 222308 on 2011-05-26 14:29:05Z by adrian Flesh out the TX power calibration for the AR9287. I'm assuming for now that the AR9287 is only open-loop TX power control (as mine is) so I've hard-coded the attach path to fail if the NIC is not open-loop. This greatly simplifies the TX calibration path and the amount of code which needs to be ported over. This still isn't complete - the rate calculation code still needs to be ported and it all needs to be glued together. Obtained from: Linux ath9k Revision Changes Path 1.2 +11 -0 src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c 1.2 +72 -0 src/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c 1.2 +6 -0 src/sys/dev/ath/ath_hal/ar9002/ar9287_olc.h 1.2 +90 -0 src/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c