iwlwifi: mvm: keep connection to AP after WoWLAN
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / mvm / mac-ctxt.c
index 196c4ebb186fd86230a9cb700a64a1264cb88b79..4d1c82271d55e8efa19fa1e6a61c51a2794909f4 100644 (file)
@@ -1042,6 +1042,9 @@ int iwl_mvm_mac_ctxt_add(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
        if (ret)
                return ret;
 
+       /* will only do anything at resume from D3 time */
+       iwl_mvm_set_last_nonqos_seq(mvm, vif);
+
        mvmvif->uploaded = true;
        return 0;
 }
This page took 0.030402 seconds and 5 git commands to generate.