How to disable the power save mode on rpi0?

Hello everyone,

I was wondering if there is a way to disable the power save mode of the wireless card on the rpi0. I could not find a way to pass the parameters to vintage net conf file.

I was thinking, perhaps, if I could override this file → nerves_system_rpi0/rootfs_overlay/lib/firmware/brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt at main · nerves-project/nerves_system_rpi0 · GitHub , save it to my nerves project rootfs_overlay and pass something like pm_mode=0?

My work machine is a arch linux and I can disable the power save mode using iw but that useful utility does not exist in nerves in the bares bones nerves system

Thank you in advance