On 26/01/15 03:00, Christopher M. Penalver wrote:
Attempting to follow
http://wireless.kernel.org/en/users/Documentation/iw#Setting_TX_power
I get:
sudo iw dev wlan1 set txpower fixed 14
command failed: Invalid argument (-22)



iw dev <devname> set txpower <auto|fixed|limit> [<tx power in mBm>]

This is set in mBm and not in dBm.
Try sudo iw dev wlan1 set txpower fixed 1400.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to