|
@@ -856,8 +856,7 @@ iwl_mvm_get_wowlan_config(struct iwl_mvm *mvm,
|
|
wowlan_config_cmd->is_11n_connection =
|
|
wowlan_config_cmd->is_11n_connection =
|
|
ap_sta->ht_cap.ht_supported;
|
|
ap_sta->ht_cap.ht_supported;
|
|
wowlan_config_cmd->flags = ENABLE_L3_FILTERING |
|
|
wowlan_config_cmd->flags = ENABLE_L3_FILTERING |
|
|
- ENABLE_NBNS_FILTERING | ENABLE_DHCP_FILTERING |
|
|
|
|
- ENABLE_STORE_BEACON;
|
|
|
|
|
|
+ ENABLE_NBNS_FILTERING | ENABLE_DHCP_FILTERING;
|
|
|
|
|
|
/* Query the last used seqno and set it */
|
|
/* Query the last used seqno and set it */
|
|
ret = iwl_mvm_get_last_nonqos_seq(mvm, vif);
|
|
ret = iwl_mvm_get_last_nonqos_seq(mvm, vif);
|