Skip to content

Commit

Permalink
Merge pull request lwfinger#14 from yagoplx/master
Browse files Browse the repository at this point in the history
Fix typo in manual transmit power control
  • Loading branch information
lwfinger committed Jun 19, 2020
2 parents d9a70eb + 4686afb commit 05589e2
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 05589e2

Please sign in to comment.