Hello,

I've just deploy rasp pi image on SD card and run it on rasp zero (I also ran it on raspberry pi 1 B). Everything seems to be working fine except the wlan interface name.

I would expect to see wlan0 but instead the following

Code:
root@kali:~# ifconfig

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlx00c0ca634617: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:c0:ca:63:46:17  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
As you see, instead of wlan0 I have wlx[My MAC address]

I tried few different wireless network adapter but the problem was consistent