forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_pcie.c
old mode 100644new mode 100755
....@@ -2367,7 +2367,11 @@
23672367 bus->deep_sleep = TRUE;
23682368 #endif
23692369
2370
+#ifdef CUSTOMER_HW_ROCKCHIP
2371
+ bus->idma_enabled = FALSE;
2372
+#else
23702373 bus->idma_enabled = TRUE;
2374
+#endif
23712375 bus->ifrm_enabled = TRUE;
23722376 #ifdef BCMINTERNAL
23732377 bus->dma_chan = 0;
....@@ -9702,7 +9706,7 @@
97029706 /* Got D3 Ack. Suspend the bus */
97039707 #ifdef OEM_ANDROID
97049708 if (active) {
9705
- DHD_ERROR(("%s():Suspend failed because of wakelock "
9709
+ DHD_ERROR(("%s():Suspend failed because of wakelock"
97069710 "restoring Dongle to D0\n", __FUNCTION__));
97079711
97089712 if (bus->dhd->dhd_watchdog_ms_backup) {