.. | .. |
---|
1006 | 1006 | DHD_ERROR(("%s: pci_set_power_state error %d\n", |
---|
1007 | 1007 | __FUNCTION__, ret)); |
---|
1008 | 1008 | } |
---|
1009 | | -#ifdef OEM_ANDROID |
---|
1010 | | - dev->state_saved = FALSE; |
---|
1011 | | -#endif /* OEM_ANDROID */ |
---|
1012 | 1009 | dhdpcie_suspend_dump_cfgregs(bus, "AFTER_EP_SUSPEND"); |
---|
1013 | 1010 | return ret; |
---|
1014 | 1011 | } |
---|
.. | .. |
---|
1046 | 1043 | pci_load_and_free_saved_state(dev, &pch->state); |
---|
1047 | 1044 | #endif /* OEM_ANDROID && LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0) */ |
---|
1048 | 1045 | DHD_ERROR(("%s: Enter\n", __FUNCTION__)); |
---|
1049 | | -#ifdef OEM_ANDROID |
---|
1050 | | - dev->state_saved = TRUE; |
---|
1051 | | -#endif /* OEM_ANDROID */ |
---|
1052 | 1046 | pci_restore_state(dev); |
---|
1053 | 1047 | #ifdef FORCE_TPOWERON |
---|
1054 | 1048 | if (dhdpcie_chip_req_forced_tpoweron(pch->bus)) { |
---|
.. | .. |
---|
2801 | 2795 | } |
---|
2802 | 2796 | |
---|
2803 | 2797 | if (dhdpcie_osinfo->oob_irq_num > 0) { |
---|
2804 | | - DHD_INFO_HW4(("%s OOB irq=%d flags=%X \n", __FUNCTION__, |
---|
| 2798 | + DHD_ERROR(("%s OOB irq=%d flags=%X \n", __FUNCTION__, |
---|
2805 | 2799 | (int)dhdpcie_osinfo->oob_irq_num, |
---|
2806 | 2800 | (int)dhdpcie_osinfo->oob_irq_flags)); |
---|
2807 | 2801 | err = request_irq(dhdpcie_osinfo->oob_irq_num, wlan_oob_irq, |
---|