Good day!
I'm trying to change VID:PID of my mt7601u adaprer. I tried different driver sources (3.0.0.1, 3.0.0.4, 2.4.0.1), patching them, replacing 'int' by kuid_t/kgid_t in include/os/tr_linux.h and adding -Wno-error=date-time in /os/linux/config.mk

With some of them everything works good,
except there's a permission error on the 'sudo ifconfig ra0 up' command (I suppose it is normal),
'sudo iwpriv' lists a lot of ioclts, including e2p,
'sudo iwpriv ra0 e2p 208=148F' outputs something like 'ra0 e2p:\n [0208]=0x148F' but the actual VID:PID remains the same.

What am I doing wrong and where to look for an error, if there's any?

Thank you in advance!