Linksys EA7300 v1 "deauthenticated due to inactivity (timer DEAUTH/REMOVE)" issue

I have been trying to figure out this issue for a while now with no luck. My wifi cuts out multiple times a day for anywhere from 1 minute to sometimes up to 10 minutes at a time and has been happening more often lately. Every time it cuts out I see "daemon.info hostapd: phy0-ap0: STA 40:d2:8a:29:b6:83 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)" and "daemon.notice hostapd: phy0-ap0: AP-STA-DISCONNECTED 40:d2:8a:29:b6:83".
I am running version 24.10. Please help as I don't know what to do from here.

Here is my wireless config file.

config wifi-device 'radio0'
	option type 'mac80211'
	option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
	option channel '1'
	option band '2g'
	option htmode 'HT20'
	option legacy_rates '1'
	option cell_density '0'
	option country 'US'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'Welch2.4'
	option encryption 'psk2'
	option key '**********'
	option skip_inactivity_poll '1'

config wifi-device 'radio1'
	option type 'mac80211'
	option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
	option channel '36'
	option band '5g'
	option htmode 'VHT80'
	option cell_density '0'
	option country 'US'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'Welch5.0'
	option encryption 'psk2'
	option key '**********'
	option skip_inactivity_poll '1'