Skip to content

wifi: mt7603: fix U-APSD EOSP signaling before frame transmission#1084

Open
bot08 wants to merge 2 commits into
openwrt:masterfrom
bot08:patch-4
Open

wifi: mt7603: fix U-APSD EOSP signaling before frame transmission#1084
bot08 wants to merge 2 commits into
openwrt:masterfrom
bot08:patch-4

Conversation

@bot08
Copy link
Copy Markdown

@bot08 bot08 commented May 8, 2026

bot08 added 2 commits May 9, 2026 01:35
Signed-off-by: bot08 <71845954+bot08@users.noreply.github.com>
Signed-off-by: bot08 <71845954+bot08@users.noreply.github.com>
@ptpt52
Copy link
Copy Markdown

ptpt52 commented May 10, 2026

mark

@bot08
Copy link
Copy Markdown
Author

bot08 commented May 10, 2026

I tested this patch and didn't notice any difference. Packets are still being lost and ping gets "stuck" on devices that aggressively save battery.
So this is not the cause of #1080.

@bot08
Copy link
Copy Markdown
Author

bot08 commented May 11, 2026

Could it be because more_data is always 1? Or perhaps the issue wasn't fully resolved in #865, as the symptoms are very similar

@andburt-tlt
Copy link
Copy Markdown

andburt-tlt commented May 15, 2026

Hi @bot08,
can you try this patch to check if it helps ?
mt7603-release-buffered-frames.patch

It should call ieee80211_sta_eosp after last sp frame is actually acknowledged

@bot08
Copy link
Copy Markdown
Author

bot08 commented May 16, 2026

Hi @andburt-tlt, tested your patch today.

Yeah, iPhone freezes are gone. But tx retries and packet loss are still high, looks like a separate bug.

Overall, much better already.

Also had a Wi-Fi restart due to WAN link drop, but that's unrelated.

Here are the logs:

System log
[May 16, 2026, 3:39:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:39:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:40:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:08 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:01 IEEE 802.11: authenticated
[May 16, 2026, 3:41:08 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:01 IEEE 802.11: associated (aid 1)
[May 16, 2026, 3:41:09 PM UTC] daemon.notice: hostapd: phy1-ap0: AP-STA-CONNECTED aa:bb:cc:dd:ee:01 auth_alg=open
[May 16, 2026, 3:41:09 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:01 WPA: pairwise key handshake completed (RSN)
[May 16, 2026, 3:41:09 PM UTC] daemon.notice: hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPDISCOVER(br-lan) aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPOFFER(br-lan) 192.168.1.221 aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPDISCOVER(br-lan) aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPOFFER(br-lan) 192.168.1.221 aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPDISCOVER(br-lan) aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPOFFER(br-lan) 192.168.1.221 aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPREQUEST(br-lan) 192.168.1.221 aa:bb:cc:dd:ee:01
[May 16, 2026, 3:41:12 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPACK(br-lan) 192.168.1.221 aa:bb:cc:dd:ee:01 Galaxy-S10-koristuvaca-Nazar
[May 16, 2026, 3:41:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:41:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:42:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:19 PM UTC] daemon.notice: hostapd: phy1-ap0: AP-STA-DISCONNECTED aa:bb:cc:dd:ee:02
[May 16, 2026, 3:43:19 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 IEEE 802.11: disassociated
[May 16, 2026, 3:43:20 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
[May 16, 2026, 3:43:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:43:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:44:54 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 IEEE 802.11: authenticated
[May 16, 2026, 3:44:54 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 IEEE 802.11: associated (aid 2)
[May 16, 2026, 3:44:54 PM UTC] daemon.notice: hostapd: phy1-ap0: AP-STA-CONNECTED aa:bb:cc:dd:ee:02 auth_alg=open
[May 16, 2026, 3:44:54 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 WPA: pairwise key handshake completed (RSN)
[May 16, 2026, 3:44:54 PM UTC] daemon.notice: hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED aa:bb:cc:dd:ee:02
[May 16, 2026, 3:44:54 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPREQUEST(br-lan) 192.168.1.227 aa:bb:cc:dd:ee:02
[May 16, 2026, 3:44:54 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPACK(br-lan) 192.168.1.227 aa:bb:cc:dd:ee:02 iPhone123
[May 16, 2026, 3:44:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:11 PM UTC] authpriv.info: dispatcher.uc: luci: accepted login on / for root from 192.168.1.227
[May 16, 2026, 3:45:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:45 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:51 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:45:57 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:03 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:09 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:15 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:21 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:27 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:33 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:39 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:46:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:47:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:48:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:49:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:50:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:51:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:52:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:53:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:54:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:55:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:56:53 PM UTC] daemon.notice: hostapd: phy1-ap0: AP-STA-DISCONNECTED aa:bb:cc:dd:ee:02
[May 16, 2026, 3:56:53 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 IEEE 802.11: authenticated
[May 16, 2026, 3:56:53 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 IEEE 802.11: associated (aid 2)
[May 16, 2026, 3:56:53 PM UTC] daemon.notice: hostapd: phy1-ap0: AP-STA-CONNECTED aa:bb:cc:dd:ee:02 auth_alg=open
[May 16, 2026, 3:56:53 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:02 WPA: pairwise key handshake completed (RSN)
[May 16, 2026, 3:56:53 PM UTC] daemon.notice: hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED aa:bb:cc:dd:ee:02
[May 16, 2026, 3:56:53 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPREQUEST(br-lan) 192.168.1.227 aa:bb:cc:dd:ee:02
[May 16, 2026, 3:56:53 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPACK(br-lan) 192.168.1.227 aa:bb:cc:dd:ee:02 iPhone123
[May 16, 2026, 3:56:56 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPREQUEST(br-lan) 192.168.1.227 aa:bb:cc:dd:ee:02
[May 16, 2026, 3:56:56 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPACK(br-lan) 192.168.1.227 aa:bb:cc:dd:ee:02 iPhone123
[May 16, 2026, 3:56:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:02 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:03 IEEE 802.11: authenticated
[May 16, 2026, 3:57:02 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:03 IEEE 802.11: associated (aid 3)
[May 16, 2026, 3:57:02 PM UTC] daemon.notice: hostapd: phy1-ap0: AP-STA-CONNECTED aa:bb:cc:dd:ee:03 auth_alg=open
[May 16, 2026, 3:57:02 PM UTC] daemon.info: hostapd: phy1-ap0: STA aa:bb:cc:dd:ee:03 WPA: pairwise key handshake completed (RSN)
[May 16, 2026, 3:57:02 PM UTC] daemon.notice: hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED aa:bb:cc:dd:ee:03
[May 16, 2026, 3:57:03 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPREQUEST(br-lan) 192.168.1.181 aa:bb:cc:dd:ee:03
[May 16, 2026, 3:57:03 PM UTC] daemon.info: dnsmasq-dhcp[2130]: DHCPACK(br-lan) 192.168.1.181 aa:bb:cc:dd:ee:03 DESKTOP-D8UT715
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[2130]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[2130]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[20135]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[20134]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[20137]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[20136]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:03 PM UTC] daemon.warn: dnsmasq[2130]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[20138]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[20139]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[2130]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[20140]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[20141]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[2130]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[20142]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:04 PM UTC] daemon.warn: dnsmasq[20143]: possible DNS-rebind attack detected: dns.msftncsi.com
[May 16, 2026, 3:57:10 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:16 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:22 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:28 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:34 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:40 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:46 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:52 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
[May 16, 2026, 3:57:58 PM UTC] daemon.err: hostapd: Failed to set beacon parameters
Kernel log
[    0.000000] Linux version 6.12.74 (kidala@kidala-computer) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r32802-f505120278) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 Wed Mar 25 20:09:53 2026
[    0.000000] Board has DDR2
[    0.000000] Analog PMU set to hw control
[    0.000000] Digital PMU set to hw control
[    0.000000] SoC Type: MediaTek MT7628AN ver:1 eco:2
[    0.000000] printk: legacy bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019655 (MIPS 24KEc)
[    0.000000] MIPS: machine is Cudy LT300 v3
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.000000] Writing ErrCtl register=00040000
[    0.000000] Readback ErrCtl register=00040000
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16384
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[    0.000000] NR_IRQS: 256
[    0.000000] intc: using register map from devicetree
[    0.000000] CPU Clock: 580MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6590553264 ns
[    0.000003] sched_clock: 32 bits at 290MHz, resolution 3ns, wraps every 7405115902ns
[    0.007615] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
[    0.073527] pid_max: default: 32768 minimum: 301
[    0.087776] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.094836] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.114171] Memory: 56904K/65536K available (4745K kernel code, 574K rwdata, 764K rodata, 1204K init, 198K bss, 8160K reserved, 0K cma-reserved)
[    0.132525] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.142082] futex hash table entries: 256 (order: 0, 3072 bytes, linear)
[    0.154384] pinctrl core: initialized pinctrl subsystem
[    0.162792] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.172906] /pinctrl: Fixed dependency cycle(s) with /pinctrl/pinctrl0
[    0.196998] clocksource: Switched to clocksource MIPS
[    0.215269] NET: Registered PF_INET protocol family
[    0.220372] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.228517] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.236695] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.244264] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.251683] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.258515] TCP: Hash tables configured (established 1024 bind 1024)
[    0.264824] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.271200] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.278877] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.284365] PCI: CLS 0 bytes, default 32
[    0.292640] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[    0.299472] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.305067] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.319583] mt7621_gpio 10000600.gpio: registering 32 gpios
[    0.325373] mt7621_gpio 10000600.gpio: registering 32 gpios
[    0.331281] mt7621_gpio 10000600.gpio: registering 32 gpios
[    0.337669] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[    0.346171] printk: legacy console [ttyS0] disabled
[    0.351718] 10000c00.uart0: ttyS0 at MMIO 0x10000c00 (irq = 28, base_baud = 2500000) is a 16550A
[    0.360333] printk: legacy console [ttyS0] enabled
[    0.370014] printk: legacy bootconsole [early0] disabled
[    0.392766] spi-mt7621 10000b00.spi: sys_freq: 193333333
[    0.402959] 7 fixed-partitions partitions found on MTD device spi0.0
[    0.410023] Creating 7 MTD partitions on "spi0.0":
[    0.414920] 0x000000000000-0x000000030000 : "u-boot"
[    0.423106] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.430468] 0x000000040000-0x000000050000 : "factory"
[    0.438158] 0x000000050000-0x000000fd0000 : "firmware"
[    0.445642] 2 uimage-fw partitions found on MTD device firmware
[    0.451794] Creating 2 MTD partitions on "firmware":
[    0.456851] 0x000000000000-0x0000001db394 : "kernel"
[    0.461919] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only
[    0.472293] 0x0000001db394-0x000000f80000 : "rootfs"
[    0.477456] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only
[    0.488612] mtd: setting mtd5 (rootfs) as root device
[    0.493871] 1 squashfs-split partitions found on MTD device rootfs
[    0.500314] 0x000000580000-0x000000f80000 : "rootfs_data"
[    0.507820] 0x000000fd0000-0x000000fe0000 : "debug"
[    0.514744] 0x0000000fe000-0x00000010e000 : "backup"
[    0.521798] 0x000000ff0000-0x000001000000 : "bdinfo"
[    0.556892] rt3050-esw 10110000.esw: mediatek esw at 0xb0110000, irq 25 initialized
[    0.565929] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
[    0.577892] NET: Registered PF_INET6 protocol family
[    0.589013] Segment Routing with IPv6
[    0.592934] In-situ OAM (IOAM) with IPv6
[    0.597181] NET: Registered PF_PACKET protocol family
[    0.602365] 8021q: 802.1Q VLAN Support v1.8
[    0.631288] gpio-export gpio_export: 1 gpio(s) exported
[    0.645255] clk: Disabling unused clocks
[    0.658604] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[    0.672442] Freeing unused kernel image (initmem) memory: 1204K
[    0.678519] This architecture does not have kernel memory protection.
[    0.685072] Run /sbin/init as init process
[    0.689251]   with arguments:
[    0.689265]     /sbin/init
[    0.689276]   with environment:
[    0.689285]     HOME=/
[    0.689296]     TERM=linux
[    2.880509] init: Console is alive
[    2.884550] init: - watchdog -
[    4.744610] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.243270] usbcore: registered new interface driver usbfs
[    5.249212] usbcore: registered new interface driver hub
[    5.254749] usbcore: registered new device driver usb
[    5.264995] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    5.298519] phy phy-10120000.usbphy.0: remote usb device wakeup disabled
[    5.305370] phy phy-10120000.usbphy.0: UTMI 16bit 30MHz
[    5.310738] ehci-platform 101c0000.ehci: EHCI Host Controller
[    5.316622] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1
[    5.324854] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000
[    5.347032] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00
[    5.355192] hub 1-0:1.0: USB hub found
[    5.359603] hub 1-0:1.0: 1 port detected
[    5.375908] ohci-platform 101c1000.ohci: Generic Platform OHCI controller
[    5.382956] ohci-platform 101c1000.ohci: new USB bus registered, assigned bus number 2
[    5.391269] ohci-platform 101c1000.ohci: irq 26, io mem 0x101c1000
[    5.462721] hub 2-0:1.0: USB hub found
[    5.467126] hub 2-0:1.0: 1 port detected
[    5.481720] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.500081] init: - preinit -
[    7.787150] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    9.907048] random: crng init done
[   17.095708] jffs2: notice: (425) jffs2_build_xattr_subsystem: complete building xattr subsystem, 27 of xdatum (22 unchecked, 5 orphan) and 33 of xref (6 dead, 0 orphan) found.
[   17.114117] mount_root: switching to jffs2 overlay
[   17.123429] overlayfs: upper fs does not support tmpfile.
[   17.138411] urandom-seed: Seeding with /etc/urandom.seed
[   17.214847] procd: - early -
[   17.218358] procd: - watchdog -
[   18.678634] procd: - watchdog -
[   18.683301] procd: - ubus -
[   19.207453] procd: - init -
[   22.542808] kmodloader: loading kernel modules from /etc/modules.d/*
[   23.952235] Loading modules backported from Linux version v6.18.7-0-g5dfbc5357
[   23.959685] Backport generated by backports.git c8a37ce
[   24.070900] usbcore: registered new interface driver usbserial_generic
[   24.077770] usbserial: USB Serial support registered for generic
[   24.119035] usbcore: registered new interface driver cdc_ether
[   24.587608] mt76_wmac 10300000.wmac: ASIC revision: 76280001
[   24.730185] mt76_wmac 10300000.wmac: Firmware Version: 20151201
[   24.736245] mt76_wmac 10300000.wmac: Build Time: 20151201183641
[   24.777265] mt76_wmac 10300000.wmac: firmware init done
[   24.849090] urngd: v1.0.2 started.
[   24.947516] mt76_wmac 10300000.wmac: registering led 'mt76-phy0'
[   25.009150] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   25.715445] PPP generic driver version 2.4.2
[   25.738443] NET: Registered PF_PPPOX protocol family
[   26.218243] rndis_host 1-1:1.0 usb0: register 'rndis_host' at usb-101c0000.ehci-1, RNDIS device, ae:01:e7:79:98:e0
[   26.229170] usbcore: registered new interface driver rndis_host
[   26.289860] usbcore: registered new interface driver option
[   26.295686] usbserial: USB Serial support registered for GSM modem (1-port)
[   26.304375] option 1-1:1.2: GSM modem (1-port) converter detected
[   26.311029] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
[   26.319017] option 1-1:1.3: GSM modem (1-port) converter detected
[   26.325590] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
[   26.333589] option 1-1:1.4: GSM modem (1-port) converter detected
[   26.340268] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
[   26.348290] option 1-1:1.5: GSM modem (1-port) converter detected
[   26.354875] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3
[   26.569736] kmodloader: done loading kernel modules from /etc/modules.d/*
[   56.861657] br-lan: port 1(eth0.2) entered blocking state
[   56.867268] br-lan: port 1(eth0.2) entered disabled state
[   56.872803] eth0.2: entered allmulticast mode
[   56.877320] mtk_soc_eth 10100000.ethernet eth0: entered allmulticast mode
[   56.884612] eth0.2: entered promiscuous mode
[   56.889045] mtk_soc_eth 10100000.ethernet eth0: entered promiscuous mode
[   75.016245] br-lan: port 2(phy0-ap0) entered blocking state
[   75.022039] br-lan: port 2(phy0-ap0) entered disabled state
[   75.027830] mt76_wmac 10300000.wmac phy0-ap0: entered allmulticast mode
[   75.035035] mt76_wmac 10300000.wmac phy0-ap0: entered promiscuous mode
[   75.821587] br-lan: port 2(phy0-ap0) entered blocking state
[   75.827377] br-lan: port 2(phy0-ap0) entered forwarding state
[  145.990715] rt3050-esw 10110000.esw: port 1 link up
[  145.999132] br-lan: port 1(eth0.2) entered blocking state
[  146.004677] br-lan: port 1(eth0.2) entered forwarding state
[  332.190990] rt3050-esw 10110000.esw: port 1 link down
[  332.197939] br-lan: port 1(eth0.2) entered disabled state
[  337.996392] rt3050-esw 10110000.esw: port 1 link up
[  338.004013] br-lan: port 1(eth0.2) entered blocking state
[  338.009579] br-lan: port 1(eth0.2) entered forwarding state
[  966.173777] rt3050-esw 10110000.esw: port 1 link down
[  966.182200] br-lan: port 1(eth0.2) entered disabled state
[ 1796.680270] rt3050-esw 10110000.esw: port 1 link up
[ 1796.687674] br-lan: port 1(eth0.2) entered blocking state
[ 1796.693311] br-lan: port 1(eth0.2) entered forwarding state
[ 2242.679159] rt3050-esw 10110000.esw: port 1 link down
[ 2242.689293] br-lan: port 1(eth0.2) entered disabled state
[ 2246.498446] br-lan: port 2(phy0-ap0) entered disabled state
[ 2246.729536] br-lan: port 2(phy0-ap0) entered disabled state
[ 2246.738381] mt76_wmac 10300000.wmac phy0-ap0: left allmulticast mode
[ 2246.744889] mt76_wmac 10300000.wmac phy0-ap0: left promiscuous mode
[ 2246.751515] br-lan: port 2(phy0-ap0) entered disabled state
[ 2248.889513] br-lan: port 2(phy0-ap0) entered blocking state
[ 2248.895229] br-lan: port 2(phy0-ap0) entered disabled state
[ 2248.901049] mt76_wmac 10300000.wmac phy0-ap0: entered allmulticast mode
[ 2248.908282] mt76_wmac 10300000.wmac phy0-ap0: entered promiscuous mode
[ 2248.962149] rt3050-esw 10110000.esw: port 1 link up
[ 2248.968575] br-lan: port 1(eth0.2) entered blocking state
[ 2248.974160] br-lan: port 1(eth0.2) entered forwarding state
[ 2249.639589] br-lan: port 2(phy0-ap0) entered blocking state
[ 2249.645308] br-lan: port 2(phy0-ap0) entered forwarding state
[55056.944758] kmodloader: loading kernel modules from /etc/modules.d/*
[55057.576762] kmodloader: done loading kernel modules from /etc/modules.d/*
[55109.428491] br-lan: port 2(phy0-ap0) entered disabled state
[55109.458254] mt76_wmac 10300000.wmac phy0-ap0 (unregistering): left allmulticast mode
[55109.466226] mt76_wmac 10300000.wmac phy0-ap0 (unregistering): left promiscuous mode
[55109.474079] br-lan: port 2(phy0-ap0) entered disabled state
[55109.549940] ------------[ cut here ]------------
[55109.554678] WARNING: CPU: 0 PID: 12907 at net/core/dev.h:159 0x803552e4
[55109.561531] Modules linked in: pppoe ppp_async option nft_fib_inet nf_flow_table_inet usb_wwan rndis_host pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack mt7603e(O-) mt76(O) mac80211(O) cfg80211(O) cdc_ether usbserial usbnet slhc nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c crc_ccitt compat(O) sha512_generic seqiv sha3_generic jitterentropy_rng drbg hmac geniv rng cmac leds_gpio ohci_platform ohci_hcd fsl_mph_dr_of ehci_platform ehci_fsl ehci_hcd gpio_button_hotplug(O) usbcore nls_base usb_common mii crc32c_generic
[55109.632226] CPU: 0 UID: 0 PID: 12907 Comm: rmmod Tainted: G           O       6.12.74 #0
[55109.640468] Tainted: [O]=OOT_MODULE
[55109.644006] Hardware name: Cudy LT300 v3
[55109.647986] Stack : 804e9f3c 800515d4 804b42a4 00000004 00000000 00000000 00000000 00000000
[55109.656528]         00000000 00000000 00000000 00000000 00000000 00000001 8279fc78 3becdc05
[55109.665062]         8279fd10 00000000 00000000 8279fb78 00000038 8049b924 00000000 00000009
[55109.673597]         00000000 4cc7f1bc 00000000 00000000 804b42a4 00000000 804b42a4 00000000
[55109.682131]         00000000 0000009f 77e60d50 7f75c1a0 00000000 80289f10 00000000 80720000
[55109.690667]         ...
[55109.693157] Call Trace:
[55109.693167] [<800515d4>] 0x800515d4
[55109.699195] [<8049b924>] 0x8049b924
[55109.702745] [<80289f10>] 0x80289f10
[55109.706291] [<800061b8>] 0x800061b8
[55109.709838] [<800061c0>] 0x800061c0
[55109.713382] [<8047ba18>] 0x8047ba18
[55109.716927] [<803552e4>] 0x803552e4
[55109.720472] [<803552e4>] 0x803552e4
[55109.724017] [<8001feb8>] 0x8001feb8
[55109.727563] [<803552e4>] 0x803552e4
[55109.731109] [<803552e4>] 0x803552e4
[55109.734654] [<8001ff78>] 0x8001ff78
[55109.738406] [<803552e4>] 0x803552e4
[55109.742070] [<80356800>] 0x80356800
[55109.745616] [<80023140>] 0x80023140
[55109.749377] [<820f2284>] 0x820f2284 [mt76@38596134+0xc000]
[55109.755067] [<82303b08>] 0x82303b08 [mt7603e@1bdc5ce2+0x9000]
[55109.761028] [<823028f4>] 0x823028f4 [mt7603e@1bdc5ce2+0x9000]
[55109.766921] [<8029b16c>] 0x8029b16c
[55109.770497] [<80299e20>] 0x80299e20
[55109.774059] [<8029b2a8>] 0x8029b2a8
[55109.777661] [<802999b4>] 0x802999b4
[55109.781222] [<82308144>] 0x82308144 [mt7603e@1bdc5ce2+0x9000]
[55109.787113] [<8006495c>] 0x8006495c
[55109.790697] [<8010f34c>] 0x8010f34c
[55109.794282] [<80126ac8>] 0x80126ac8
[55109.797914] [<8000c5a0>] 0x8000c5a0
[55109.801480] 
[55109.804084] ---[ end trace 0000000000000000 ]---
[55110.797524] ------------[ cut here ]------------
[55110.802263] WARNING: CPU: 0 PID: 12907 at net/core/dev.h:159 0x803552e4
[55110.809060] Modules linked in: pppoe ppp_async option nft_fib_inet nf_flow_table_inet usb_wwan rndis_host pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack mt7603e(O-) mt76(O) mac80211(O) cfg80211(O) cdc_ether usbserial usbnet slhc nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c crc_ccitt compat(O) sha512_generic seqiv sha3_generic jitterentropy_rng drbg hmac geniv rng cmac leds_gpio ohci_platform ohci_hcd fsl_mph_dr_of ehci_platform ehci_fsl ehci_hcd gpio_button_hotplug(O) usbcore nls_base usb_common mii crc32c_generic
[55110.879784] CPU: 0 UID: 0 PID: 12907 Comm: rmmod Tainted: G        W  O       6.12.74 #0
[55110.888032] Tainted: [W]=WARN, [O]=OOT_MODULE
[55110.892451] Hardware name: Cudy LT300 v3
[55110.896431] Stack : 804e9f3c 800515d4 804c8d24 00000004 00000000 00000000 00000000 00000000
[55110.904974]         00000000 00000000 00000000 00000000 00000000 00000001 8279fc78 3becdc05
[55110.913507]         8279fd10 00000000 00000000 8279fb78 00000038 8049b924 00000000 0000000d
[55110.922042]         00000000 00000000 00000000 00000000 804b42a4 00000000 804b42a4 00000000
[55110.930576]         00000000 0000009f 77e60d50 7f75c1a0 00000000 80289f10 00000000 80720000
[55110.939112]         ...
[55110.941601] Call Trace:
[55110.941611] [<800515d4>] 0x800515d4
[55110.947639] [<8049b924>] 0x8049b924
[55110.951189] [<80289f10>] 0x80289f10
[55110.954735] [<800061b8>] 0x800061b8
[55110.958281] [<800061c0>] 0x800061c0
[55110.961826] [<8047ba18>] 0x8047ba18
[55110.965371] [<803552e4>] 0x803552e4
[55110.968916] [<803552e4>] 0x803552e4
[55110.972461] [<8001feb8>] 0x8001feb8
[55110.976007] [<803552e4>] 0x803552e4
[55110.979553] [<803552e4>] 0x803552e4
[55110.983098] [<8001ff78>] 0x8001ff78
[55110.986850] [<803552e4>] 0x803552e4
[55110.990514] [<80356800>] 0x80356800
[55110.994060] [<80023140>] 0x80023140
[55110.997820] [<820f2284>] 0x820f2284 [mt76@38596134+0xc000]
[55111.003510] [<82303b08>] 0x82303b08 [mt7603e@1bdc5ce2+0x9000]
[55111.009470] [<823028f4>] 0x823028f4 [mt7603e@1bdc5ce2+0x9000]
[55111.015363] [<8029b16c>] 0x8029b16c
[55111.018939] [<80299e20>] 0x80299e20
[55111.022501] [<8029b2a8>] 0x8029b2a8
[55111.026104] [<802999b4>] 0x802999b4
[55111.029665] [<82308144>] 0x82308144 [mt7603e@1bdc5ce2+0x9000]
[55111.035558] [<8006495c>] 0x8006495c
[55111.039142] [<8010f34c>] 0x8010f34c
[55111.042728] [<80126ac8>] 0x80126ac8
[55111.046359] [<8000c5a0>] 0x8000c5a0
[55111.049926] 
[55111.051941] ---[ end trace 0000000000000000 ]---
[55111.814739] mt76_wmac 10300000.wmac: ASIC revision: 76280001
[55111.820614] ------------[ cut here ]------------
[55111.820630] WARNING: CPU: 0 PID: 12930 at kernel/softirq.c:781 0x80022f58
[55111.820655] tasklet SCHED state not set: func 0x0
[55111.820666] Modules linked in: mt7603e(O+) pppoe ppp_async option nft_fib_inet nf_flow_table_inet usb_wwan rndis_host pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject nft_redir nft_quota nft_numgen nft_nat nft_masq nft_log nft_limit nft_hash nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_ct nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack mt76(O) mac80211(O) cfg80211(O) cdc_ether usbserial usbnet slhc nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c crc_ccitt compat(O) sha512_generic seqiv sha3_generic jitterentropy_rng drbg hmac geniv rng cmac leds_gpio ohci_platform ohci_hcd fsl_mph_dr_of ehci_platform ehci_fsl ehci_hcd gpio_button_hotplug(O) usbcore nls_base usb_common mii crc32c_generic [last unloaded: mt7603e(O)]
[55111.821115] CPU: 0 UID: 0 PID: 12930 Comm: modprobe Tainted: G        W  O       6.12.74 #0
[55111.821146] Tainted: [W]=WARN, [O]=OOT_MODULE
[55111.821154] Hardware name: Cudy LT300 v3
[55111.821165] Stack : 00000020 800515d4 804c8d24 00000004 00000000 00000000 00000000 00000000
[55111.821224]         00000000 00000000 00000000 00000000 00000000 00000001 8080fe20 940659ac
[55111.821278]         8080feb8 00000000 00000000 8080fcc0 00000038 8049b924 00000000 00000000
[55111.821334]         20747563 00000400 80740000 65726568 804b42a4 00000000 804b42a4 00000000
[55111.821392]         8080ff30 0000030d 00000100 805e0000 00000000 80226a8c 00000000 80720000
[55111.821449]         ...
[55111.821461] Call Trace:
[55111.821469] [<800515d4>] 0x800515d4
[55111.821493] [<8049b924>] 0x8049b924
[55111.821514] [<80226a8c>] 0x80226a8c
[55111.821576] [<800061b8>] 0x800061b8
[55111.821593] [<800061c0>] 0x800061c0
[55111.821608] [<8047ba18>] 0x8047ba18
[55111.821623] [<80022f58>] 0x80022f58
[55111.821637] [<80022f58>] 0x80022f58
[55111.821652] [<8001feb8>] 0x8001feb8
[55111.821669] [<80022f58>] 0x80022f58
[55111.821684] [<80022f58>] 0x80022f58
[55111.821700] [<8001ff78>] 0x8001ff78
[55111.821759] [<80022f58>] 0x80022f58
[55111.821775] [<8001d1c8>] 0x8001d1c8
[55111.821791] [<800233a4>] 0x800233a4
[55111.821884] [<80023438>] 0x80023438
[55111.821901] [<80022e2c>] 0x80022e2c
[55111.821916] [<800590e8>] 0x800590e8
[55111.821930] [<80054f54>] 0x80054f54
[55111.822068] [<80002038>] 0x80002038
[55111.822085] 
[55111.822090] ---[ end trace 0000000000000000 ]---
[55112.224414] mt76_wmac 10300000.wmac: Firmware Version: 20151201
[55112.230554] mt76_wmac 10300000.wmac: Build Time: 20151201183641
[55112.256850] mt76_wmac 10300000.wmac: firmware init done
[55112.426706] mt76_wmac 10300000.wmac: registering led 'mt76-phy1'
[55112.468921] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[55298.939189] br-lan: port 2(phy1-ap0) entered blocking state
[55298.944905] br-lan: port 2(phy1-ap0) entered disabled state
[55298.950731] mt76_wmac 10300000.wmac phy1-ap0: entered allmulticast mode
[55298.958006] mt76_wmac 10300000.wmac phy1-ap0: entered promiscuous mode
[55299.547193] br-lan: port 2(phy1-ap0) entered blocking state
[55299.552945] br-lan: port 2(phy1-ap0) entered forwarding state
[55323.498098] rt3050-esw 10110000.esw: port 1 link down
[55323.505920] br-lan: port 1(eth0.2) entered disabled state
[55327.078432] rt3050-esw 10110000.esw: port 1 link up
[55327.084803] br-lan: port 1(eth0.2) entered blocking state
[55327.090435] br-lan: port 1(eth0.2) entered forwarding state
[55327.767976] mt76_wmac 10300000.wmac phy1-ap0: left allmulticast mode
[55327.774545] mt76_wmac 10300000.wmac phy1-ap0: left promiscuous mode
[55327.781651] br-lan: port 2(phy1-ap0) entered disabled state
[55329.020381] rt3050-esw 10110000.esw: port 1 link down
[55329.098075] br-lan: port 1(eth0.2) entered disabled state
[55329.248576] br-lan: port 2(phy1-ap0) entered blocking state
[55329.254291] br-lan: port 2(phy1-ap0) entered disabled state
[55329.260124] mt76_wmac 10300000.wmac phy1-ap0: entered allmulticast mode
[55329.267357] mt76_wmac 10300000.wmac phy1-ap0: entered promiscuous mode
[55329.274211] br-lan: port 2(phy1-ap0) entered blocking state
[55329.279975] br-lan: port 2(phy1-ap0) entered forwarding state
[55330.105533] br-lan: port 2(phy1-ap0) entered disabled state
[55330.297404] br-lan: port 2(phy1-ap0) entered blocking state
[55330.303125] br-lan: port 2(phy1-ap0) entered forwarding state
[55332.558637] rt3050-esw 10110000.esw: port 1 link up
[55332.564533] br-lan: port 1(eth0.2) entered blocking state
[55332.570169] br-lan: port 1(eth0.2) entered forwarding state
[58196.774844] rt3050-esw 10110000.esw: port 1 link down
[58196.782823] br-lan: port 1(eth0.2) entered disabled state
[58200.356257] rt3050-esw 10110000.esw: port 1 link up
[58200.494958] br-lan: port 1(eth0.2) entered blocking state
[58200.500506] br-lan: port 1(eth0.2) entered forwarding state
[58205.278558] rt3050-esw 10110000.esw: port 1 link down
[58205.285835] br-lan: port 1(eth0.2) entered disabled state
[58205.313609] mt76_wmac 10300000.wmac phy1-ap0: left allmulticast mode
[58205.320230] mt76_wmac 10300000.wmac phy1-ap0: left promiscuous mode
[58205.326850] br-lan: port 2(phy1-ap0) entered disabled state
[58208.866183] rt3050-esw 10110000.esw: port 1 link up
[58208.895217] br-lan: port 1(eth0.2) entered blocking state
[58208.900762] br-lan: port 1(eth0.2) entered forwarding state
[58214.493520] br-lan: port 2(phy1-ap0) entered blocking state
[58214.499366] br-lan: port 2(phy1-ap0) entered disabled state
[58214.505125] mt76_wmac 10300000.wmac phy1-ap0: entered allmulticast mode
[58214.512298] mt76_wmac 10300000.wmac phy1-ap0: entered promiscuous mode
[58223.342544] br-lan: port 2(phy1-ap0) entered blocking state
[58223.348341] br-lan: port 2(phy1-ap0) entered forwarding state
Station dump
Station aa:bb:cc:dd:ee:02 (on phy1-ap0)
        authorized:     yes
        authenticated:  yes
        associated:     yes
        preamble:       short
        WMM/WME:        yes
        MFP:            no
        TDLS peer:      no
        inactive time:  2700 ms
        rx bytes:       130654182
        rx packets:     1212281
        tx bytes:       2964274843
        tx packets:     2356224
        tx retries:     508936
        tx failed:      13465
        rx drop misc:   9
        signal:         -39 [-41, -42] dBm
        signal avg:     -38 [-40, -41] dBm
        tx bitrate:     117.0 MBit/s MCS 14
        tx duration:    480902624 us
        rx bitrate:     115.6 MBit/s MCS 13 short GI
        rx duration:    72358315 us
        airtime weight: 256
        expected throughput:    92.559Mbps
        DTIM period:    3
        beacon interval:100
        short preamble: yes
        short slot time:yes
        connected time: 11842 seconds
        associated at [boottime]:       80327.587s
        associated at:  1778952647695 ms
        current time:   1778964489188 ms

Station aa:bb:cc:dd:ee:01 (on phy1-ap0)
        authorized:     yes
        authenticated:  yes
        associated:     yes
        preamble:       short
        WMM/WME:        yes
        MFP:            no
        TDLS peer:      no
        inactive time:  10 ms
        rx bytes:       58886800
        rx packets:     575634
        tx bytes:       1847445553
        tx packets:     1390026
        tx retries:     127658
        tx failed:      897
        rx drop misc:   5
        signal:         -42 [-45, -45] dBm
        signal avg:     -42 [-46, -45] dBm
        tx bitrate:     144.4 MBit/s MCS 15 short GI
        tx duration:    190930912 us
        rx bitrate:     144.4 MBit/s MCS 15 short GI
        rx duration:    30200251 us
        airtime weight: 256
        expected throughput:    112.243Mbps
        DTIM period:    3
        beacon interval:100
        short preamble: yes
        short slot time:yes
        connected time: 10780 seconds
        associated at [boottime]:       81389.345s
        associated at:  1778953709459 ms
        current time:   1778964489201 ms

Station aa:bb:cc:dd:ee:03 (on phy1-ap0)
        authorized:     yes
        authenticated:  yes
        associated:     yes
        preamble:       short
        WMM/WME:        yes
        MFP:            no
        TDLS peer:      no
        inactive time:  10 ms
        rx bytes:       4662490
        rx packets:     23004
        tx bytes:       50455847
        tx packets:     39937
        tx retries:     4306
        tx failed:      57
        rx drop misc:   2
        signal:         -27 [-32, -28] dBm
        signal avg:     -27 [-33, -28] dBm
        tx bitrate:     72.2 MBit/s MCS 7 short GI
        tx duration:    8393664 us
        rx bitrate:     72.2 MBit/s MCS 7 short GI
        rx duration:    3010070 us
        airtime weight: 256
        expected throughput:    58.868Mbps
        DTIM period:    3
        beacon interval:100
        short preamble: yes
        short slot time:yes
        connected time: 1700 seconds
        associated at [boottime]:       90469.119s
        associated at:  1778962789234 ms
        current time:   1778964489206 ms

@andburt-tlt should I add your patch as a commit to this PR, or would you prefer a separate one?

Also noticed a new issue after applying the patch. hostapd: Failed to set beacon parameters errors appearing every ~6 seconds in syslog, which wasn't there before.

@bot08
Copy link
Copy Markdown
Author

bot08 commented May 17, 2026

Unfortunately, the issue is still there, caught 2 freezes today.

Also worth noting, I have another router with ath9k connected in cascade to the MT7628 one, both sharing the same config, and I don't observe any issues on it. So this is likely not a configuration problem

@andburt-tlt
Copy link
Copy Markdown

andburt-tlt commented May 18, 2026

@bot08, can you check the updated patch, it also acts on mt7603_sta_ps path:
mt7603-release-buffered-frames.patch

@bot08
Copy link
Copy Markdown
Author

bot08 commented May 18, 2026

@andburt-tlt Got worse with this patch :( Freezes and packet loss are still there.

Maybe it should be applied together with the previous patch? I only applied this one.

Here are 2 videos of how the freeze looks:
https://www.youtube.com/watch?v=2VdirL9qD1A
https://www.youtube.com/watch?v=RqFu__JCvbE

@andburt-tlt
Copy link
Copy Markdown

@bot08 ok, maybe you can check the output of cat /sys/kernel/debug/ieee80211/phy0/mt76/reset during/after the stall/freeze ?
Regarding the patch, capturing traffic in monitor mode shows almost correct handling of esop/more data fields in comparision to unmodified driver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants