Hi there,
I acquired a used AX3600 and got most recent OpenWRT snapshot ( OpenWrt SNAPSHOT r22496-d98c8fc06d )
Right now I did a speed test with 2 devices (Intel Dual Band Wireless AC 8265 + 1x Google Pixel 3a, both Wifi 5 afaik) connected to it. In the middle of the speed test, one wifi connection (Google Pixel 3A) dropped and came back a few seconds later while the second wifi connection (Intel Wifi 8265) only stopped transmitting any data for a few seconds.
Logfile:
Tue Apr 4 16:35:07 2023 daemon.notice hostapd: phy1-ap0: AP-STA-DISCONNECTED 96:72:1f:d5:46:d6
Tue Apr 4 16:35:07 2023 daemon.info hostapd: phy1-ap0: STA 96:72:1f:d5:46:d6 IEEE 802.11: disassociated
Tue Apr 4 16:35:12 2023 daemon.info hostapd: phy1-ap0: STA ae:94:1a:61:0f:85 IEEE 802.11: authenticated
Tue Apr 4 16:35:12 2023 kern.warn kernel: [11127.277821] ath11k c000000.wifi: failed to flush transmit queue, data pkts pending 1443
Tue Apr 4 16:35:12 2023 daemon.info hostapd: phy1-ap0: STA ae:94:1a:61:0f:85 IEEE 802.11: associated (aid 3)
Tue Apr 4 16:35:12 2023 daemon.notice hostapd: phy1-ap0: AP-STA-CONNECTED ae:94:1a:61:0f:85 auth_alg=open
Tue Apr 4 16:35:12 2023 daemon.info hostapd: phy1-ap0: STA ae:94:1a:61:0f:85 WPA: pairwise key handshake completed (RSN)
Tue Apr 4 16:35:12 2023 daemon.notice hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED ae:94:1a:61:0f:85
(the phone, ae:... and 96:... has mac randomization turned on, the computer is d4:... and did not even create any log entries in that time frame). There is no further errors above or below, wifi works again afterwards.. AP Settings:
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/c000000.wifi'
option channel '36'
option band '5g'
option htmode 'HE80'
option country 'DE'
option cell_density '0'
option he_bss_color '8'
option he_su_beamformee '1'
option txpower '27'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'the_beast5g'
option encryption 'psk2'
option key 'mywpakey'
(after I opened the package with the AX3600, i immediately thought its test-ssid must be named the_beast)
I somehow got the impression this AP is production ready - it does not seem so Can I do something?
I figured something out:
When I run speedtest (dslreports.com) on PC and ookla on phone and then turn off the wifi on the phone, I get an error:
[12912.077164] ath11k c000000.wifi: failed to flush transmit queue, data pkts pending 5
and at the same time there is no throughput on the computer for a few seconds.
This is 100% reproducible...