Skip to content

Commit c0d1519

Browse files
abhinavnxpcfriedt
authored andcommitted
drivers: wifi: nxp: Fixed host sleep issue
Fixed hostsleep issue for IW416 and IW612 socs Signed-off-by: Abhinav Kulkarni <[email protected]>
1 parent 5828ba5 commit c0d1519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nxp/nxp_wifi_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ static int nxp_wifi_dev_init(const struct device *dev)
21162116
#if (DT_INST_PROP(0, wakeup_source))
21172117
NXP_ENABLE_WAKEUP_SIGNAL(IMU_IRQ_N);
21182118
#endif /* DT_INST_PROP */
2119-
#elif defined(CONFIG_NXP_IW610)
2119+
#else
21202120
#ifdef CONFIG_PM_DEVICE
21212121
#if DT_NODE_HAS_PROP(DT_DRV_INST(0), wakeup_gpios)
21222122
int err = 0;

0 commit comments

Comments
 (0)