From e527c271c9dff2e48ebdbe66853dccfa18b35503 Mon Sep 17 00:00:00 2001 From: yagoplx Date: Fri, 19 Jun 2020 15:16:02 -0300 Subject: [PATCH] Fix typo in MTPC --- README.md | 2 +- hal/rtl8192e/rtl8192e_phycfg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.