Hi,
I'm having an issue where the wifi kicks all connected devices and then the SSID completely disappears - including from any other devices. It happens irregularly and without apparent cause.
Each time in the router logs, 21s before devices are all disconnected, I note there is a ath10k rate code message, see example below.
Note this is distinct from the common missing ACKs issue, as nothing can reconnect here until a reboot. I think this missing ACK line is a symptom.
The hardware makes use of the Habanero board, with the IPQ4019 SoC, with
Linux version 5.10.176 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20134-5f15225c1e) 11.2.0, GNU ld (GNU Binutils) 2.37)
ath10k details: ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1
Fri Sep 13 09:27:20 2024 kern.warn kernel: [ 1416.899025] ath10k_ahb a000000.wifi: wmi: fixing invalid VHT TX rate code 0xff
Fri Sep 13 09:27:41 2024 daemon.info hostapd: wlan0: STA <MAC address>:4f IEEE 802.11: disconnected due to excessive missing ACKs
Fri Sep 13 09:27:41 2024 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED <MAC address>::4f
Fri Sep 13 09:27:41 2024 daemon.info hostapd: wlan0: STA <MAC address>::a4 IEEE 802.11: disconnected due to excessive missing ACKs
Fri Sep 13 09:27:41 2024 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED <MAC address>::a4
Fri Sep 13 09:27:41 2024 daemon.info hostapd: wlan0: STA <MAC address>::bc IEEE 802.11: disconnected due to excessive missing ACKs
Any ideas?