Error compiling driver on Kali Linux

0

I'm trying to install the D-Link DWA-182 Wireless Adapter on Kali Linux. I was able to download the drivers but when compiling this error is returned:

/root/dwa-182/driver/rtl8812AU_linux_v4.3.2_11100.20140411/os_dep/linux/rtw_android.c:345:3: error: implicit declaration of function ‘strnicmp’ [-Werror=implicit-function-declaration]
   if(0 == strnicmp(cmdstr , android_wifi_cmd_str[cmd_num], strlen(android_wifi_cmd_str[cmd_num])) )

You are generating this error in the 'strnicmp' function

How can I correct or undo this error?

    
asked by anonymous 10.11.2015 / 18:55

0 answers