forked from pool/rtl8812au
3d80f7bf67
- Update to 5.2.20 from https://github.com/gordboy/rtl8812au. This includes support for kernel 4.15 and VHT extras. - spec_cleaner OBS-URL: https://build.opensuse.org/request/show/588686 OBS-URL: https://build.opensuse.org/package/show/hardware/rtl8812au?expand=0&rev=2
13 lines
439 B
Diff
13 lines
439 B
Diff
Index: rtl8812au-5.2.20/core/rtw_debug.c
|
|
===================================================================
|
|
--- rtl8812au-5.2.20.orig/core/rtw_debug.c
|
|
+++ rtl8812au-5.2.20/core/rtw_debug.c
|
|
@@ -42,7 +42,6 @@ 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__);
|
|
}
|
|
|
|
void dump_drv_cfg(void *sel)
|