Recently I've noticed some weird behavior with my hAP ax3 (Router OS 7.11).
Topologically, I have two units, one configured as router, the other works essentially as AP with CAPSMAN (the one which casues this problems).
After a while (hours) _something_ trims down TX Power on device which is managed by CAPSMAN to 8 dBm for 5GHz interface. Other TX powers according to status info seem to be fine. Changing TX power value does not help. Helps only restart, or changing country to US. Once I changed country to US, it stopped to degrade tx power. (not that wifi got much more stable but oh well...)
On daily basis I select country which is inside EU regulatory domain. Here's `actual-config` extract for this interface:
2 name="roof_5g" mtu=1500 mac-address=[MAC] arp-timeout=auto radio-mac=[MAC]
configuration.mode=ap .ssid=[SSID] .country=[Conuntry] .tx-power=24 .antenna-gain=3
security.authentication-types=wpa2-psk,wpa3-psk .passphrase=[Passphrase] .wps=disable .ft=yes
steering.neighbor-group=my-group .rrm=yes .wnm=yes
Thanks!