You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was compiling the driver on an ODroid M1S, and encountered a DKMS build error. The log file indicated an error compiling rtw_ap.c, complaining about an unused function (specifically, issue_aka_chk_frame). I guess this is because the call to it on line 690 is blocked because of the configuration of CONFIG_ACTIVE_KEEP_ALIVE_CHECK?
Anyway, I uncommented line 7 in the Makefile, as shown below, and was able to compile the module just fine:
I was compiling the driver on an ODroid M1S, and encountered a DKMS build error. The log file indicated an error compiling
rtw_ap.c
, complaining about an unused function (specifically,issue_aka_chk_frame
). I guess this is because the call to it on line 690 is blocked because of the configuration ofCONFIG_ACTIVE_KEEP_ALIVE_CHECK
?Anyway, I uncommented line 7 in the
Makefile
, as shown below, and was able to compile the module just fine:The text was updated successfully, but these errors were encountered: