From bedef3b505097304d85d9b6183cbb93e659686c5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 23 Apr 2014 12:39:40 +0200 Subject: [PATCH] RTL8192CU: add patch to support build with gcc-4.9 Signed-off-by: Stephan Raue --- .../RTL8192CU/patches/RTL8192CU-gcc-4.9.patch | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/linux-drivers/RTL8192CU/patches/RTL8192CU-gcc-4.9.patch diff --git a/packages/linux-drivers/RTL8192CU/patches/RTL8192CU-gcc-4.9.patch b/packages/linux-drivers/RTL8192CU/patches/RTL8192CU-gcc-4.9.patch new file mode 100644 index 0000000000..614bde4a14 --- /dev/null +++ b/packages/linux-drivers/RTL8192CU/patches/RTL8192CU-gcc-4.9.patch @@ -0,0 +1,22 @@ +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;