|
@@ -199,6 +199,7 @@ int iwlagn_mac_setup_register(struct iwl_priv *priv,
|
|
|
WIPHY_FLAG_DISABLE_BEACON_HINTS |
|
|
|
WIPHY_FLAG_IBSS_RSN;
|
|
|
|
|
|
+#ifdef CONFIG_PM_SLEEP
|
|
|
if (priv->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
|
|
|
priv->trans->ops->wowlan_suspend &&
|
|
|
device_can_wakeup(priv->trans->dev)) {
|
|
@@ -217,6 +218,7 @@ int iwlagn_mac_setup_register(struct iwl_priv *priv,
|
|
|
hw->wiphy->wowlan.pattern_max_len =
|
|
|
IWLAGN_WOWLAN_MAX_PATTERN_LEN;
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
if (iwlwifi_mod_params.power_save)
|
|
|
hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
|