From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 10 17:53:32 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2745B16A41F for ; Wed, 10 Aug 2005 17:53:32 +0000 (GMT) (envelope-from samuel.pierson@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBECB43D45 for ; Wed, 10 Aug 2005 17:53:31 +0000 (GMT) (envelope-from samuel.pierson@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so173765wra for ; Wed, 10 Aug 2005 10:53:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=eshfu3BzJkDvDsS/n3G8pA4Fv4DyjUiFblWQXvuOG9wIYLV5Mormfm4+/ku2NpUTi3HZA9OhbJm2nHrOQjaEuchjWUC3x45Y1ddRC9OPssh1oC/AG7WLNM4rk47SPZd0ms948DKEGiPabWa6LQg+oC4auXYFqy1CJTKRd1BFO0k= Received: by 10.54.23.8 with SMTP id 8mr625881wrw; Wed, 10 Aug 2005 10:53:30 -0700 (PDT) Received: by 10.54.144.1 with HTTP; Wed, 10 Aug 2005 10:53:30 -0700 (PDT) Message-ID: Date: Wed, 10 Aug 2005 12:53:30 -0500 From: Sam Pierson To: FreeBSD Hackers Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Global txpower in ath X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 17:53:32 -0000 I noticed that when I control the signal strength through ifconfig, I can effectively reduce the signal when I set it as something like: ifconfig ath0 txpower 1. I have read that this input is device driver dependent and I couldn't find anything in the interface that handles txcontrol. Are these values taken in exactly or are they rounded to some less fine-grained control number? Thanks, Sam