|
@@ -701,7 +701,7 @@ int iwl_alive_start(struct iwl_priv *priv)
|
|
|
/* Configure Tx antenna selection based on H/W config */
|
|
|
iwlagn_send_tx_ant_config(priv, hw_params(priv).valid_tx_ant);
|
|
|
|
|
|
- if (iwl_is_associated_ctx(ctx) && !priv->shrd->wowlan) {
|
|
|
+ if (iwl_is_associated_ctx(ctx) && !priv->wowlan) {
|
|
|
struct iwl_rxon_cmd *active_rxon =
|
|
|
(struct iwl_rxon_cmd *)&ctx->active;
|
|
|
/* apply any changes in staging */
|
|
@@ -716,7 +716,7 @@ int iwl_alive_start(struct iwl_priv *priv)
|
|
|
iwlagn_set_rxon_chain(priv, ctx);
|
|
|
}
|
|
|
|
|
|
- if (!priv->shrd->wowlan) {
|
|
|
+ if (!priv->wowlan) {
|
|
|
/* WoWLAN ucode will not reply in the same way, skip it */
|
|
|
iwl_reset_run_time_calib(priv);
|
|
|
}
|