mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
net: rkwifi: fix ap6330 sdio write/read abnormal when doing stress test
Change-Id: I7c353cd4cabb24425aa0bdef243adb293e7c2829 Signed-off-by: zzc <zzc@rock-chips.com>
This commit is contained in:
@@ -5353,6 +5353,10 @@ dhd_bus_init(dhd_pub_t *dhdp, bool enforce_mutex)
|
||||
|
||||
|
||||
else {
|
||||
if (dhdp->conf->chip == BCM4354_CHIP_ID) {
|
||||
ret = -1;
|
||||
goto exit;
|
||||
}
|
||||
/* Disable F2 again */
|
||||
enable = SDIO_FUNC_ENABLE_1;
|
||||
bcmsdh_cfg_write(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_IOEN, enable, NULL);
|
||||
|
||||
Reference in New Issue
Block a user