• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by ishwest

  1. I

    [HELP] Transmit power restriction for RT-N66U

    Composed a simple script to set tx power :-) #!/bin/sh # Min and max tx power MIN_TX=40 MAX_TX=500 usage () { echo 'Usage:' echo ' set_tx_power.sh [-h] <power>' echo echo " Sets WiFi transmit power in mW. Valid values are $MIN_TX through $MAX_TX." echo echo 'Options:'...
Back
Top