All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] txpower on/off and current draw
@ 2011-04-08  6:55 Harsha Chenji
  2011-04-08  7:35 ` Mohammed Shafi
  0 siblings, 1 reply; 4+ messages in thread
From: Harsha Chenji @ 2011-04-08  6:55 UTC (permalink / raw)
  To: ath9k-devel

Hello all,

Does anyone know if "iwconfig txpower off" works with ath9k? In the 
sense that does the current drawn by the device visibly drop and the 
radio turns itself off? I have seen this happen on b43 based broadcom 
devices (linksys wrt54g) where the current drops by 10s of mA, but I am 
trying to get this to work on a netgear wndr3700v1 which uses ath9k.

I did try looking through wireless-tools source and the ath9k driver 
source, but am helpless.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] txpower on/off and current draw
  2011-04-08  6:55 [ath9k-devel] txpower on/off and current draw Harsha Chenji
@ 2011-04-08  7:35 ` Mohammed Shafi
  2011-04-08  7:42   ` Harsha Chenji
  0 siblings, 1 reply; 4+ messages in thread
From: Mohammed Shafi @ 2011-04-08  7:35 UTC (permalink / raw)
  To: ath9k-devel

On Fri, Apr 8, 2011 at 12:25 PM, Harsha Chenji <cjkernel@gmail.com> wrote:
> Hello all,
>
> Does anyone know if "iwconfig txpower off" works with ath9k? In the
> sense that does the current drawn by the device visibly drop and the
> radio turns itself off? I have seen this happen on b43 based broadcom
> devices (linksys wrt54g) where the current drops by 10s of mA, but I am
> trying to get this to work on a netgear wndr3700v1 which uses ath9k.
>
> I did try looking through wireless-tools source and the ath9k driver
> source, but am helpless.

Yes its workingfor me, what card are you using?

> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] txpower on/off and current draw
  2011-04-08  7:35 ` Mohammed Shafi
@ 2011-04-08  7:42   ` Harsha Chenji
  2011-04-08  9:39     ` Mohammed Shafi
  0 siblings, 1 reply; 4+ messages in thread
From: Harsha Chenji @ 2011-04-08  7:42 UTC (permalink / raw)
  To: ath9k-devel

It's a router based on the AR7161 processor, with AR9280an and AR980bgn. 
OS is openwrt backfire 10.3, with 2.6.32-10 and compat-wireless snapshot 
from 03-24-2010

http://wiki.openwrt.org/_media/inbox/netgear/wndr3700-c.png?cache=&w=757&h=247 
<http://wiki.openwrt.org/_media/inbox/netgear/wndr3700-c.png?cache=&w=757&h=247> 


On 4/8/2011 2:35 AM, Mohammed Shafi wrote:
> On Fri, Apr 8, 2011 at 12:25 PM, Harsha Chenji<cjkernel@gmail.com>  wrote:
>> Hello all,
>>
>> Does anyone know if "iwconfig txpower off" works with ath9k? In the
>> sense that does the current drawn by the device visibly drop and the
>> radio turns itself off? I have seen this happen on b43 based broadcom
>> devices (linksys wrt54g) where the current drops by 10s of mA, but I am
>> trying to get this to work on a netgear wndr3700v1 which uses ath9k.
>>
>> I did try looking through wireless-tools source and the ath9k driver
>> source, but am helpless.
> Yes its workingfor me, what card are you using?
>
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel at lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] txpower on/off and current draw
  2011-04-08  7:42   ` Harsha Chenji
@ 2011-04-08  9:39     ` Mohammed Shafi
  0 siblings, 0 replies; 4+ messages in thread
From: Mohammed Shafi @ 2011-04-08  9:39 UTC (permalink / raw)
  To: ath9k-devel

On Fri, Apr 8, 2011 at 1:12 PM, Harsha Chenji <cjkernel@gmail.com> wrote:
> It's a router based on the AR7161 processor, with AR9280an and AR980bgn. OS
> is openwrt backfire 10.3, with 2.6.32-10 and compat-wireless snapshot from
> 03-24-2010

I used AR9280 card and compat wireless 31 april 2011

>
> http://wiki.openwrt.org/_media/inbox/netgear/wndr3700-c.png?cache=&w=757&h=247
> <http://wiki.openwrt.org/_media/inbox/netgear/wndr3700-c.png?cache=&w=757&h=247>
>
> On 4/8/2011 2:35 AM, Mohammed Shafi wrote:
>>
>> On Fri, Apr 8, 2011 at 12:25 PM, Harsha Chenji<cjkernel@gmail.com> ?wrote:
>>>
>>> Hello all,
>>>
>>> Does anyone know if "iwconfig txpower off" works with ath9k? In the
>>> sense that does the current drawn by the device visibly drop and the
>>> radio turns itself off? I have seen this happen on b43 based broadcom
>>> devices (linksys wrt54g) where the current drops by 10s of mA, but I am
>>> trying to get this to work on a netgear wndr3700v1 which uses ath9k.
>>>
>>> I did try looking through wireless-tools source and the ath9k driver
>>> source, but am helpless.
>>
>> Yes its workingfor me, what card are you using?
>>
>>> _______________________________________________
>>> ath9k-devel mailing list
>>> ath9k-devel at lists.ath9k.org
>>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>>
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-08  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08  6:55 [ath9k-devel] txpower on/off and current draw Harsha Chenji
2011-04-08  7:35 ` Mohammed Shafi
2011-04-08  7:42   ` Harsha Chenji
2011-04-08  9:39     ` Mohammed Shafi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.