On Tue, Jul 04, 2017 at 01:32:41PM -0400, Ted Unangst wrote:
> Denis wrote:
> > Looking for ifconfig '[[-]txpower dBm]' option which was present in
> > OpenBSD 5.4 amd64. Try to find 'txpower' on 6.0 amd64 but seems it
> > missed out.
> > 
> > Actively using it to match power for 802.11 card and it's RF recipient
> > (post amp). What mechanism of output power matching is provided
> > currently since 5.4 amd64?
> 
> txpower was removed because only the wi driver supported it and the relevance
> of the wi driver has faded.
> 

FWIW, the drivers generally use default values from EEPROM.

Ideally, drivers would automatically adjust to Tx power in accordance
to the current regulatory domain. But at present there is no support
for regulatory domains, either.

You could hack the driver you're using to write a different tx power
threshold to hardware.
If you manage to do that, please consider helping us with adding support
for regulatory domains, which would then be configurable from userspace.

Reply via email to