Loading drivers/net/wireless/ath/wil6210/cfg80211.c +4 −0 Original line number Diff line number Diff line Loading @@ -1897,6 +1897,10 @@ static int wil_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct wil6210_priv *wil = wiphy_to_wil(wiphy); enum wmi_ps_profile_type ps_profile; if (wil->vr_profile != WMI_VR_PROFILE_DISABLED) /* disallow in VR mode */ return -EINVAL; wil_dbg_misc(wil, "enabled=%d, timeout=%d\n", enabled, timeout); Loading Loading
drivers/net/wireless/ath/wil6210/cfg80211.c +4 −0 Original line number Diff line number Diff line Loading @@ -1897,6 +1897,10 @@ static int wil_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct wil6210_priv *wil = wiphy_to_wil(wiphy); enum wmi_ps_profile_type ps_profile; if (wil->vr_profile != WMI_VR_PROFILE_DISABLED) /* disallow in VR mode */ return -EINVAL; wil_dbg_misc(wil, "enabled=%d, timeout=%d\n", enabled, timeout); Loading