detect previously dkms installed driver

This commit is contained in:
morrownr
2022-12-18 01:05:54 -06:00
parent b197dee08a
commit ede68a6192
2 changed files with 8 additions and 4 deletions

View File

@@ -42,7 +42,8 @@ const char *rtw_log_level_str[] = {
void dump_drv_version(void *sel)
{
RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
/* nrm */
// RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
}
#ifdef CONFIG_PROC_DEBUG