Ax devices like mant 15AX and LHG XL AX doesnt work as AC ones

as a mikrotik reseller for about 10 years, I don't know when the Mikrotik team will resposne to AX devices probelm for Ptp and Ptmp ?! all outdoor AX devices are useless for us and all our customers shift to old AC and other companies we worked so hard for this technology but after ac all things gone , i hope mikrotik team pay attention to new devices

Whats not working?

As discussed many times already it usually breaks down to configuration errors or wrong (as in old) expectations of behaviour

In the same place, I have 2 links. The first one is LHG XL AC, the signal is great about -55, but another one is LHG XL AX with -75, -80, and the wireless link drops randomly. i have used a simple configuration for AX devices i have changed the super channel, distance, tx power but nothing help

Can you still share your config?

Ap Side

2026-04-21 08:07:33 by RouterOS 7.22.2

model = L22UGS-5HaxD2HaxD

/interface bridge
add name=bridge1
/interface wifi
set [ find default-name=wifi1 ] configuration.mode=ap interworking.realms-raw=
""
set [ find default-name=wifi2 ] channel.band=5ghz-ax .width=20/40/80mhz
configuration.country="United States" .mode=ap .ssid=A1 disabled=no
/interface bridge port
add bridge=bridge1 interface=wifi2
add bridge=bridge1 interface=wifi1
add bridge=bridge1 interface=ether1
/ip address
add address=192.168.2.1/24 interface=bridge1 network=192.168.2.0

Station

model = SXTsq-5axD

/interface bridge
add name=bridge1
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=2300-7300
.width=20/40/80mhz configuration.country="United States" .mode=
station-bridge .ssid=A1 disabled=no
/port
set 0 name=serial1
/interface bridge port
add bridge=bridge1 interface=wifi1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.2.2/24 interface=bridge1 network=192.168.2.0
/system note
set show-at-login=no

Are you comparing the ac with the ax on client side? So the ap is the same mant?
Can you share the ac client´s config as well? And what wifi driver are you using on that device?

Use fixed channel on the accesspoint site, what current channel is selected?
Any reason why there is no security?

Furthermore (but not related to your problem), why don´t you configure wifi1 on the L 22UGS-5HaxD2HaxD?
In additon, unset interworking.realms-raw (interworking.realms-raw="").

While reading, so many more questions.

tanx for your attention , its a simple config we used for ax i have searched alot i use security profile also after NV2 disappeared ! but some where i read set distance is really important to set in AX devices . the channel in station and AP side is same both devices are AX and channel Band is 5ghz-ax , i used the mant ax as a ap for Multipoint Connection and setup sxt AX as a cpe , if you have any suggestion for configuration i will be glad to have it and again thanks a lot for your replies