[][MAC80211][app][atenl: update ated wrapper and drop tx length patch]

[Description]
Fix ated wrapper for correctly writing back results to flash. Also drop
tx length modification patch which was intended to fix EVM problem. It has
already been fixed by using random payload.

[Release-log]
N/A

Change-Id: I5372fd0c18039683e612eeb8429da29fb3fafb92
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6241173
diff --git a/feed/atenl/files/ated.sh b/feed/atenl/files/ated.sh
index 0fa8950..671b6fd 100755
--- a/feed/atenl/files/ated.sh
+++ b/feed/atenl/files/ated.sh
@@ -17,12 +17,9 @@
         cmd="${cmd} \"${i}\""
         add_quote="0"
     else
-        if [ ${i} = "ra0" ]; then
+        if [ ${i} = "ra0" ] || [ ${i} = "rax0" ]; then
             ori_inf=${i}
             i="phy0"
-        elif [ ${i} = "rax0" ]; then
-            ori_inf=${i}
-            i="phy1"
         fi
         cmd="${cmd} ${i}"
     fi