I am unable to capture WPA handshake using MT7601u USB adapter card. I was told to update the driver to fix the issue When I tried doing that, I got below error

make -C tools
make[1]: Entering directory '/home/kali/Downloads/MT7601_Driver/linux/MT7601U_LinuxAP_3.0.0.1_20130802/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/kali/Downloads/MT7601_Driver/linux/MT7601U_LinuxAP_3.0.0.1_20130802/tools'
/home/kali/Downloads/MT7601_Driver/linux/MT7601U_LinuxAP_3.0.0.1_20130802/tools/bin2h
cp -f os/linux/Makefile.6 /home/kali/Downloads/MT7601_Driver/linux/MT7601U_LinuxAP_3.0.0.1_20130802/os/linux/Makefile
make -C /lib/modules/5.8.0-kali2-amd64/build SUBDIRS=/home/kali/Downloads/MT7601_Driver/linux/MT7601U_LinuxAP_3.0.0.1_20130802/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.8.0-kali2-amd64'
sh: 0: Can't open /usr/src/linux-headers-5.8.0-kali2-common/scripts/mkmakefile
make[3]: *** [/usr/src/linux-headers-5.8.0-kali2-common/Makefile:552: outputmakefile] Error 127
/usr/src/linux-headers-5.8.0-kali2-common/Makefile:691: include/config/auto.conf.cmd: No such file or directory
make[2]: *** [/usr/src/linux-headers-5.8.0-kali2-common/Makefile:710: include/config/auto.conf.cmd] Error 2
make[1]: *** [/usr/src/linux-headers-5.8.0-kali2-common/Makefile:185: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.8.0-kali2-amd64'
make: *** [Makefile:388: LINUX] Error 2

Need help with this