From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 20 18:49:19 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB4837B401 for ; Fri, 20 Jun 2003 18:49:19 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB96D43FAF for ; Fri, 20 Jun 2003 18:49:18 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5L1nHE1008997; Fri, 20 Jun 2003 19:49:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 20 Jun 2003 19:48:50 -0600 (MDT) Message-Id: <20030620.194850.41631451.imp@bsdimp.com> To: vaclav.petricek@mff.cuni.cz From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: ACL and TEST MODE 15 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 01:49:20 -0000 In message: Vaclav Petricek writes: : Looking at Warner's wi-power.diff I am wandering what use is the section : setting WI_DEBUG_CONFBITS. Is it a trick to make future txpower adjustment : without disabling ACL? You must disable ACL to adjust the power. You are going behind the firmware's back with the patches. You can set the power all day long, but if ACL is enabled it sets it back a few hundred milliseconds later. : Using this patch I am able to set the txpower but as the ACL is not : disabled the change is reverted immediatelly. That's what the A in ACL is: Automatic :-). Your setting the register behind its back is not 'noted' and used as a max power or anything. : On a point to point link I : would like to keep the ACL but I want to be able to limit the maximum : txpower so that I do not exceed local regulations but that would require : some more work I guess. You can't do it. Setting the power 'often' is a really bad idea, according to other posts that I've seen. : As I have not yet obtained the driver programmers manual from : intersil (NDA required) I am not sure of the correct values to fill in : wreq structure when issuing the TEST MODE 15 command. Can anyone share the : values with me (if the NDA allows)? No. That's what the NDA is about. :-) The docs under NDA that I have don't describe this at all. I looked at the linux driver to find out how. In addition, there were some other clues posted to the soekris technical list in the last couple of days. Warner