[][MAC80211][mt76][Fix eBF 160MHz issue]

[Description]
Fix eBF 160MHz cannot be applied due to wrong BW definition
Fix iwpriv ATECTRLBANDIDX issue in AX8400

[Release-log]
N/A

Change-Id: I61d56f3fa14ef49b23e4be09c2da21ee41bc4157
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6954232
diff --git a/feed/atenl/files/iwpriv.sh b/feed/atenl/files/iwpriv.sh
index 949c371..f1162ba 100755
--- a/feed/atenl/files/iwpriv.sh
+++ b/feed/atenl/files/iwpriv.sh
@@ -126,7 +126,9 @@
         fi
     elif [ "${band_idx}" = "1" ]; then
         if [[ $1 == "rai"* ]]; then
-            phy_idx=1
+            # AX8400: mt7915 remain phy0
+            # AX7800: mt7916 becomes phy1
+            phy_idx=$((start_idx_7986-1))
         elif [[ $1 == "ra"* ]]; then
             phy_idx=$((start_idx_7986+1))
         fi