nxhack
551
Hi @pesa1234
I got a build error with gcc14. Patch attached.
--- a/package/network/services/hostapd/patches/mtk-0005-mtk-hostapd-Support-EDCCA-hostapd-configuration.patch
+++ b/package/network/services/hostapd/patches/mtk-0005-mtk-hostapd-Support-EDCCA-hostapd-configuration.patch
@@ -181,7 +181,7 @@ edcca_enable and edcca_compensation and
+ return os_snprintf(pos, end - pos, "Compensation: %d\n",
+ hapd->iconf->edcca_compensation);
+ } else if (os_strcmp(cmd, "threshold") == 0) {
-+ if (hostapd_drv_get_edcca(hapd, EDCCA_CTRL_GET_THRES, &value) != 0)
++ if (hostapd_drv_get_edcca(hapd, EDCCA_CTRL_GET_THRES, (u8 *)&value) != 0)
+ return -1;
+ return os_snprintf(pos, end - pos,
+ "Threshold BW20: 0x%x, BW40: 0x%x, BW80: 0x%x, BW160: 0x%x\n",
--- a/package/network/services/hostapd/patches/mtk-0006-mtk-hostapd-Add-hostapd-MU-SET-GET-control.patch
+++ b/package/network/services/hostapd/patches/mtk-0006-mtk-hostapd-Add-hostapd-MU-SET-GET-control.patch
@@ -135,7 +135,7 @@ Subject: [PATCH 06/54] mtk: hostapd: Add
+static int hostapd_cli_cmd_get_mu(struct wpa_ctrl *ctrl, int argc,
+ char *argv[])
+{
-+ return hostapd_cli_cmd(ctrl, "GET_MU", 0, NULL, NULL);
++ return hostapd_cli_cmd(ctrl, "GET_MU", 0, (int)NULL, NULL);
+}
+
+
--- a/package/network/services/hostapd/patches/mtk-0008-mtk-hostapd-Add-hostapd-iBF-control.patch
+++ b/package/network/services/hostapd/patches/mtk-0008-mtk-hostapd-Add-hostapd-iBF-control.patch
@@ -83,7 +83,7 @@ Signed-off-by: mtk27835 <shurong.wen@med
+static int hostapd_cli_cmd_get_ibf(struct wpa_ctrl *ctrl, int argc,
+ char *argv[])
+{
-+ return hostapd_cli_cmd(ctrl, "GET_IBF", 0, NULL, NULL);
++ return hostapd_cli_cmd(ctrl, "GET_IBF", 0, (int)NULL, NULL);
+}
+
+
4 Likes
Clear browser cache. What version are you using? I've checked and it is present.
Hi,
ok, can you please check branch 2.8.1 version...
Building now--will let you know how it goes ASAP!
1 Like
Are we sure it isn't the MT7981 ap_vlan crash on small unicast TX packets (IP packets of 482 bytes or less) issue (also see zekica's workaround). It triggers the
Are those with the issue running multicast to unicast OR vlan?
Here is zekica's description of the issue:
I have managed to trigger this without any RX or encryption at all.
The TX packet size makes all the difference:
IP packets with size of 483 bytes or larger don't crash the firmware
IP packets with size of 482 bytes or smaller crash the firmware
RX packets of any size don't cause any crashes.
This only happens with vlan, not with standard ap
Agreed that report from some running snapshot would be good. I am newbie, but I will help test later today.
1 Like
Thanks yes, could be also that, and that could be the reason why I didn't see the issue.
Interesting find @degen91! Thanks for making this visible here. I do have three VLANs (one SSID per VLAN) on my MT6000s.
1 Like
Kyle94
558
Im using release 2.6 from your Github,My browser clears cache on every exit and clear it manually every day.. @_FailSafe Can u check to see if 5G background setting is present for you?
Do you compile by yourself?
Kyle94
561
No Sir..I just grab the sysupgrade bin from your github and flash
Kyle94
562
Yeah
These the settings that are present to me now for both 2g and 5g
Can you use a browser from PC? The problem is 100% in your side (browser)
Hope you can get this figured out. I agree with Pesa--looks like a browser issue.
On an unrelated note, I can't unsee channel 8
Hope you don't have any neighbors (or other APs on channel 6 or 11) 
Kyle94
565
highly doubt it..just to make sure I forced clear my pc browser cache and made sure it's not a browser issue..Here are my present settings :
Kyle94
566
Yeah they had a couple of these channels..Thanks for the heads up 
Novice here! Please help.
I used the sysupgrade.bin file from the repo and it bricked my MT6000. What did I do wrong? Any guidance from the group would be super helpful. I went to the upgrade tab and uploaded the file from the repo below.
[2024.06.28_r26905_6.6.35_next-r2.6.mtk.v1.1/targets/mediatek/filogic/openwrt-mediatek-filogic-glinet_gl-mt6000-squashfs-sysupgrade.bin]
(https://github.com/pesa1234/MT6000_cust_build/blob/main/2024.06.28_r26905_6.6.35_next-r2.6.mtk.v1.1/targets/mediatek/filogic/openwrt-mediatek-filogic-glinet_gl-mt6000-squashfs-sysupgrade.bin)
It is a browser issue or you install not my build.
Hmm, ok. I will try again @pesa1234 and see if it works this time. I did notice that the file is lot smaller compared to others. Am I picking up the right file?
Kyle94
570
Hmmm..When I do a clean install of the build the 2g and 5g options shows up again with the same cache cleared browser