From owner-freebsd-current@FreeBSD.ORG Fri Apr 24 23:40:12 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3E72106566B for ; Fri, 24 Apr 2009 23:40:12 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id BCD7C8FC0A for ; Fri, 24 Apr 2009 23:40:12 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from Macintosh-4.lan ([164.77.164.117]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n3ONe9wo072133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Apr 2009 16:40:11 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49F24DD4.3080404@freebsd.org> Date: Fri, 24 Apr 2009 19:40:04 -0400 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Jin YunYe References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: Is Channel Estimation or Channel Impulse Response information accessible from Atheros HAL X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2009 23:40:13 -0000 Jin YunYe wrote: > Dear all > > I am doing a research project in which I need to retrieve some > physical layer signal parameters from the wireless adapter/wireless > router. > > Specifically, I want to get the receiver Channel Estimation > information or Channel Impulse Response from the receiver hardware. > Therefore, I would like to ask whether there are any API functions or > system calls in the HAL that I can use to get these information? > > Thanks a lot! Nope. madwifi has some stuff for doing radar detection that might be useful; feel free to port and submit. Otherwise the latest chips have some very useful h/w features that Atheros won't publicly disclose and which I am no longer permitted to see. Sam