Why Bridge chooses Wifi int mac address?

why bridge selects for itself mac from wifi interface?
simple bridge:
wifi interface is always Port number 1
ethernet interface is port number 2

bridge with vlans on ether and wifi
wifi vlan port is number 1
ether vlan port is number 2

and only when WDS mode. vlan under wds, wds under wlan
and only in this case
wds.vlan port is number 2
and ether.vlan is number 1

Because of that: when i’m restarting station, i’m loosing ip connectivity with AP.. because bridge had mac of wifi interface which is falling…

And it is really annoying to manually configure Admin MAC on several hundred devices.
Mikrotik please define this thing or make this change in next release, make ethernet port number 1 by default.

Bridge selects port with MAC address that has smallest numerical value and not by the type of interface.

set up admin-mac and auto-mac=no for the bridge interface, so mac address will not change ever