From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Lunz Subject: Re: Hardware button support for Wireless cards Date: Mon, 15 May 2006 15:46:14 -0400 Message-ID: <20060515194614.GB25683@knob.reflex> References: <200605151801.06379.mb@bu3sch.de> <1147720370.3067.14.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Michael Buesch , netdev@vger.kernel.org Return-path: Received: from smtp.reflexsecurity.com ([72.54.64.74]:54690 "EHLO crown.reflexsecurity.com") by vger.kernel.org with ESMTP id S964949AbWEOTqS (ORCPT ); Mon, 15 May 2006 15:46:18 -0400 To: Dan Williams In-Reply-To: <1147720370.3067.14.camel@localhost.localdomain> Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, May 15, 2006 at 03:12:50PM -0400, Dan Williams wrote: > When those bits get set in the register, is the radio already disabled? > ie, for the bcm43xx chip, is it really force-disabled by the button, or > does the driver have some control? I assume it disables the radio without any help from the driver, because it definitely turns off my radio, but the bcm43xx driver i'm using (in 2.6.17-rc4) currently doesn't pay any attention to those registers afaik. Jason