diff --git a/README.md b/README.md index 3247741..e5dd952 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ by editing the file `hal/rl8192e/rtl8192e_phycfg.c` and changing the lines below The following options take values from 0 to 63, where: 0 - disable 1 - lowest transmit power the device can do - 2 - highest transmit power the device can do + 63 - highest transmit power the device can do Note that these options may override your country's regulations about transmit power. Setting the device to work at higher transmit powers most of the time may cause premature failure or damage by overheating. Make sure the device has enough airflow before you increase this. diff --git a/hal/rtl8192e/rtl8192e_phycfg.c b/hal/rtl8192e/rtl8192e_phycfg.c index 2ac0d51..619427a 100644 --- a/hal/rtl8192e/rtl8192e_phycfg.c +++ b/hal/rtl8192e/rtl8192e_phycfg.c @@ -19,7 +19,7 @@ The following options take values from 0 to 63, where: 0 - disable 1 - lowest transmit power the device can do - 2 - highest transmit power the device can do + 63 - highest transmit power the device can do Note that these options may override your country's regulations about transmit power. Setting the device to work at higher transmit powers most of the time may cause premature failure or damage by overheating. Make sure the device has enough airflow before you increase this.