Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to change tx power for atheros devices?: (3 Items)
   
How to change tx power for atheros devices?  
Hi All,

Is there any way to change tx power in atheros devices?Using some program or console commands?

Regards,

Avinash.
RE: How to change tx power for atheros devices?  
I may be wrong, but I was under the impression 
this is exactly why the Atheros driver is structured 
so awkwardly, with a binary, low-level HAL with an 
ever-changing API to the higher-level driver which 
interfaces to the os ... to stop people from changing
regulatory stuff like this.

However, do not despair - all is not lost.  You 
have the source to the HAL, correct?

--
aboyd

-----Original Message-----
From: Avinash Patil [mailto:avinashpa@lge.com] 
Sent: Monday, April 21, 2008 12:33 AM
To: drivers-networking
Subject: How to change tx power for atheros devices?

Hi All,

Is there any way to change tx power in atheros devices?Using some program or
console commands?

Regards,

Avinash.

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post7096
Re: RE: How to change tx power for atheros devices?  
Yes, we are using NDA version of Atheros driver and we have source code of HAL with us.

BTW, I changed tpscale parameter using command "sysctl -w hw.ath0.tpscale=1" and maximum tx power settings for each 
rate(in dBm) have changed.I confirmed this using on diagnostic utility provided by Atheros.Is it ok to change the power 
settings in this way?