[][MAC80211][mt76][Modify be19000 setup script]

[Description]
Change the 5g bw from eht80 to eht160
Change the default 6g htmode from eht320 to eht320-1

[Release-log]
N/A

Change-Id: I0195d6eff194adf75e3f969e8229ad96db5898f9
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7370585
diff --git a/target/linux/mediatek/base-files/sbin/setup_be19000.sh b/target/linux/mediatek/base-files/sbin/setup_be19000.sh
index 830f324..35e7934 100755
--- a/target/linux/mediatek/base-files/sbin/setup_be19000.sh
+++ b/target/linux/mediatek/base-files/sbin/setup_be19000.sh
@@ -54,7 +54,7 @@
         option path '11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0+1'
         option channel '${channel_5g}'
         option band '5g'
-        option htmode 'EHT80'
+        option htmode 'EHT160'
         option disabled '0'
         option country '${country}'
 
@@ -71,7 +71,7 @@
         option path '11300000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0+2'
         option channel '${channel_6g}'
         option band '6g'
-        option htmode 'EHT320'
+        option htmode 'EHT320-1'
         option disabled '0'
         option country '${country}'