|
@@ -762,7 +762,7 @@ pmo_core_enable_wow_in_fw(struct wlan_objmgr_psoc *psoc,
|
|
|
pmo_err("Invalid interface pause setting: %d",
|
|
|
wow_params->interface_pause);
|
|
|
/* intentional to default */
|
|
|
- /* fallthrough */
|
|
|
+ fallthrough;
|
|
|
case PMO_WOW_INTERFACE_PAUSE_DEFAULT:
|
|
|
param.can_suspend_link =
|
|
|
htc_can_suspend_link(
|
|
@@ -780,7 +780,7 @@ pmo_core_enable_wow_in_fw(struct wlan_objmgr_psoc *psoc,
|
|
|
default:
|
|
|
pmo_err("Invalid resume trigger setting: %d",
|
|
|
wow_params->resume_trigger);
|
|
|
- /* intentional fall-through to default */
|
|
|
+ fallthrough;
|
|
|
case PMO_WOW_RESUME_TRIGGER_DEFAULT:
|
|
|
case PMO_WOW_RESUME_TRIGGER_GPIO:
|
|
|
/*
|