22 lines
1.2 KiB
Diff
22 lines
1.2 KiB
Diff
diff -Naur RTL8192CU-v4.0.2_9000.20130911/os_dep/linux/pci_intf.c RTL8192CU-v4.0.2_9000.20130911.patch/os_dep/linux/pci_intf.c
|
|
--- RTL8192CU-v4.0.2_9000.20130911/os_dep/linux/pci_intf.c 2013-09-11 05:56:55.000000000 +0200
|
|
+++ RTL8192CU-v4.0.2_9000.20130911.patch/os_dep/linux/pci_intf.c 2014-04-22 23:25:02.082908033 +0200
|
|
@@ -1963,7 +1963,6 @@
|
|
|
|
RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+rtw_drv_entry\n"));
|
|
DBG_871X("rtw driver version=%s\n", DRIVERVERSION);
|
|
- DBG_871X("Build at: %s %s\n", __DATE__, __TIME__);
|
|
pci_drvpriv.drv_registered = _TRUE;
|
|
|
|
rtw_suspend_lock_init();
|
|
diff -Naur RTL8192CU-v4.0.2_9000.20130911/os_dep/linux/usb_intf.c RTL8192CU-v4.0.2_9000.20130911.patch/os_dep/linux/usb_intf.c
|
|
--- RTL8192CU-v4.0.2_9000.20130911/os_dep/linux/usb_intf.c 2013-09-11 05:56:55.000000000 +0200
|
|
+++ RTL8192CU-v4.0.2_9000.20130911.patch/os_dep/linux/usb_intf.c 2014-04-22 23:25:21.337862827 +0200
|
|
@@ -1577,7 +1577,6 @@
|
|
RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+rtw_drv_entry\n"));
|
|
|
|
DBG_871X(DRV_NAME " driver version=%s\n", DRIVERVERSION);
|
|
- DBG_871X("build time: %s %s\n", __DATE__, __TIME__);
|
|
|
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24))
|
|
//console_suspend_enabled=0;
|