From cf3a414ec844809e0ea5950ef34903c4888f283f Mon Sep 17 00:00:00 2001 From: Corwin Mcknight Date: Tue, 15 Jul 2014 00:26:43 -0700 Subject: [PATCH] Fixed Issue #63 --- os_dep/usb_intf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c index 9ca3180..6eda3eb 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -865,8 +865,7 @@ static int __init rtw_drv_entry(void) RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_entry\n")); DBG_88E(DRV_NAME " driver version=%s\n", DRIVERVERSION); - DBG_88E("build time: %s %s\n", __DATE__, __TIME__); - + //DBG_88E("build time: %s %s\n", __DATE__, __TIME__); rtw_suspend_lock_init(); _rtw_mutex_init(&usb_drv->hw_init_mutex);