forked from pool/rtl88x2bu
80fdda2096
New package of rtl88x2bu for Realtek USB devices, from https://github.com/cilynx/rtl88x2bu OBS-URL: https://build.opensuse.org/request/show/924513 OBS-URL: https://build.opensuse.org/package/show/hardware/rtl88x2bu?expand=0&rev=1
12 lines
363 B
Diff
12 lines
363 B
Diff
--- core/rtw_debug.c.orig
|
|
+++ core/rtw_debug.c
|
|
@@ -42,7 +42,7 @@ 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__);
|
|
+// RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
|
|
}
|
|
|
|
void dump_drv_cfg(void *sel)
|