You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MT7986 (ASUS TUF-AX6000) + mt7921e client: full disconnect when active client-to-client traffic occurs on the same band, preceded by repeated SMPS mode flapping #1102
Affected client: laptop with MT7922 (mt7921e driver), Debian 13, kernel 7.013 running a Docker container (media server) reachable on the LAN
Second client: Android 14 phone Samsung A52, acting as a client of the Docker service on the laptop
SSIDs: separate 2.4GHz (xxxx3) and 5GHz (default_radio1 'xxxx2)) interfaces, no Smart Connect/band steering combining them
Summary
The laptop (MT7922/mt7921e) and an Android phone are both associated to the same radio/band. As long as there is no active traffic between the two clients, the connection is fully stable on either band. The disconnect only occurs when the phone opens an active session against a service running in a Docker container on the laptop (a media-streaming app) — i.e. sustained client-to-client (intra-BSS) traffic on the same radio. When the two clients are on different bands, the same client-to-client session runs for hours without issue.
Observed pattern in logs
Once the client-to-client session starts, hostapd repeatedly logs SMPS mode changes for the laptop's STA within minutes, flapping between off and dynamic every 5–20 seconds:
No deauth reason code is logged alongside the disconnect in most cases (plain AP-STA-DISCONNECTED, no preceding IEEE 802.11: disassociated/deauthenticated due to... line).
Forcing powersave off on the laptop's wifi adapter (NetworkManager wifi.powersave = 2): not conclusively tested in isolation from the band-separation workaround.
Reliable workaround: keep the two clients on different bands. With that in place, the same client-to-client Docker session ran for 7+ hours without a single disconnect or SMPS flap.
Suspected mechanism
Sustained intra-BSS (client-to-client) traffic on the same radio appears to trigger repeated SMPS renegotiation on the mt7921e client, which shortly precedes a full disconnect. This suggests either a rate/power renegotiation loop specific to intra-BSS forwarding on MT7986, or a client-side (mt7921e) response to that traffic pattern that the AP doesn't handle gracefully.
Question / request
Is intra-BSS traffic handling on MT7986 known to behave differently from client-to-WAN traffic (e.g. regarding SMPS/rate renegotiation)?
Logs
Pattern repeats reliably: SMPS mode flapping (off/dynamic) within seconds of each other, followed by a bare AP-STA-DISCONNECTED with no preceding deauth/disassoc reason code — i.e. the radio appears to drop the session rather than the client cleanly disconnecting.
For comparison, a control period with the same two clients on different bands (no client-to-client Docker traffic contention): 7+ hours associated, zero SMPS flaps, zero unexpected disconnects:
[2026-07-17 10:45:42] hostapd: phy1-ap0: STA xx:xx:xx:xx:88:91 IEEE 802.11: authenticated
[2026-07-17 10:45:42] hostapd: phy1-ap0: AP-STA-CONNECTED xx:xx:xx:xx:88:91 auth_alg=open
... (no further lines for this STA until) ...
[2026-07-17 13:01:17] hostapd: phy1-ap0: STA xx:xx:xx:xx:88:91 IEEE 802.11: authenticated
(gap explained by unrelated manual switch power-cycle, not part of the reported issue)
Environment
cat /etc/openwrt_release)mt798x-wmacxxxx3) and 5GHz (default_radio1'xxxx2)) interfaces, no Smart Connect/band steering combining themSummary
The laptop (MT7922/mt7921e) and an Android phone are both associated to the same radio/band. As long as there is no active traffic between the two clients, the connection is fully stable on either band. The disconnect only occurs when the phone opens an active session against a service running in a Docker container on the laptop (a media-streaming app) — i.e. sustained client-to-client (intra-BSS) traffic on the same radio. When the two clients are on different bands, the same client-to-client session runs for hours without issue.
Observed pattern in logs
Once the client-to-client session starts,
hostapdrepeatedly logs SMPS mode changes for the laptop's STA within minutes, flapping betweenoffanddynamicevery 5–20 seconds:No deauth reason code is logged alongside the disconnect in most cases (plain
AP-STA-DISCONNECTED, no precedingIEEE 802.11: disassociated/deauthenticated due to...line).What was tried
disassoc_low_ackon both AP interfaces (workaround for related MT7986 issue MT7986 5Ghz - router crashes when wireless device disconnects from AP - Acer Predator W6 #888): no measurable improvement in a short test window. Reverted.wifi.powersave = 2): not conclusively tested in isolation from the band-separation workaround.Suspected mechanism
Sustained intra-BSS (client-to-client) traffic on the same radio appears to trigger repeated SMPS renegotiation on the mt7921e client, which shortly precedes a full disconnect. This suggests either a rate/power renegotiation loop specific to intra-BSS forwarding on MT7986, or a client-side (mt7921e) response to that traffic pattern that the AP doesn't handle gracefully.
Question / request
Logs
Pattern repeats reliably: SMPS mode flapping (
off/dynamic) within seconds of each other, followed by a bareAP-STA-DISCONNECTEDwith no preceding deauth/disassoc reason code — i.e. the radio appears to drop the session rather than the client cleanly disconnecting.Repeated in the same session, shorter interval:
And again:
For comparison, a control period with the same two clients on different bands (no client-to-client Docker traffic contention): 7+ hours associated, zero SMPS flaps, zero unexpected disconnects: