Re: [ath5k-devel] problems with debugfs

2009-04-21 Thread Adam Di Carlo
Paride Legovini writes: > http://www.thinkwiki.org/wiki/ThinkPad_11a/b/g_Wireless_LAN_Mini_Express_Adapter I can confirm that the LED is now lighting on this model, installed on a Thinkpad Z60t. -- ...Adam Di Carlo..http://www.onshored.com/>

Re: [ath5k-devel] problems with debugfs

2009-04-21 Thread Paride Legovini
On Tue, Apr 21, 2009 at 04:14:22PM -0400, Adam Di Carlo wrote: > Paride Legovini writes: > > > I agree. I just discovered that at least three cards share the same > > PCI_ID, two of them are MiniPCI while the one I own is MiniPCI Express: > > > > http://www.thinkwiki.org/wiki/IBM_11a/b/g_Wireless

Re: [ath5k-devel] problems with debugfs

2009-04-21 Thread Adam Di Carlo
Paride Legovini writes: > I agree. I just discovered that at least three cards share the same > PCI_ID, two of them are MiniPCI while the one I own is MiniPCI Express: > > http://www.thinkwiki.org/wiki/IBM_11a/b/g_Wireless_LAN_Mini_PCI_Adapter > http://www.thinkwiki.org/wiki/IBM_11a/b/g_Wireless_

Re: [ath5k-devel] problems with debugfs

2009-04-21 Thread Paride Legovini
On Tue, Apr 21, 2009 at 10:47:26AM -0400, Bob Copeland wrote: > On Mon, Apr 20, 2009 at 12:44 AM, Paride Legovini > wrote: > > It may work for some thinkpads, but thinkwiki.org > > reports manually setting ledpin=1 as a general rule to get the led > > working with that card (with madwifi, but I th

Re: [ath5k-devel] problems with debugfs

2009-04-21 Thread Bob Copeland
On Mon, Apr 20, 2009 at 12:44 AM, Paride Legovini wrote: > Well, as you suggested adding > > { ATH_SDEVICE(PCI_VENDOR_ID_IBM, 0x058a), ATH_LED(1, 0) }, > > on top of ath5k_led_devices[] made the led work. Cool, thanks for testing. > Maybe > > { ATH_SDEVICE(PCI_VENDOR_ID_IBM, PCI_ANY_ID), ATH_LED

Re: [ath5k-devel] LEDs and rfkill ath5k

2009-04-21 Thread Bob Copeland
On Sat, Apr 11, 2009 at 11:37 PM, Weedy wrote: > Should these work? > Linux lappy 2.6.29-gentoo-b0r3d #7 SMP Wed Apr 8 23:29:49 EDT 2009 i686 > Genuine Intel(R) CPU T2050 @ 1.60GHz GenuineIntel GNU/Linux > > 0b:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212 > 802.11abg NIC [16

Re: [ath5k-devel] [PATCH 1/7] ath5k: Allow user/driver to set txpower

2009-04-21 Thread Nick Kossifidis
2009/4/19 Bob Copeland : > On Thu, Apr 16, 2009 at 03:22:20AM +0300, Nick Kossifidis wrote: >>  * Now that we have regulatory control enable the driver to set txpower on hw > > I assume this needs my patch for the CTLs (reproduced below).  Any > objections to it? > > From: Bob Copeland > Subject: