Skip to content

Commit

Permalink
Fix typo in manual transmit power control
Browse files Browse the repository at this point in the history
  • Loading branch information
yavincl committed Jun 19, 2020
1 parent d9a70eb commit 4686afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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.
Expand Down
2 changes: 1 addition & 1 deletion hal/rtl8192e/rtl8192e_phycfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4686afb

Please sign in to comment.