Skip to content

Commit

Permalink
Update 0002-Remove-TX-power-limitations.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony91590 authored Jun 6, 2024
1 parent 89bf67f commit 4e16095
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions patches/0002-Remove-TX-power-limitations.patch
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ index ae2c09e..9b1d16a 100644
config_get txpwr "$device" txpwr
if [ "$txpwr" = "mid" ]; then
txpower=`expr $max_power - 1`
@@ -3866,7 +3838,7 @@ config wifi-iface
@@ -3866,7 +3838,6 @@ config wifi-iface
EOF
if [ $devidx = 0 ]; then
cat <<EOF
- option channel_block_list '52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,144,165'
+ option channel_block_list '52,56,60,64'
option miwifi_mesh '1'
EOF
fi

0 comments on commit 4e16095

Please sign in to comment.