Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53446699 authored by Luciano Coelho's avatar Luciano Coelho Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: set the MAC_FILTER_IN_BEACON flag also for P2P



There doesn't seem to be a good reason for not enabling the
MAC_FILTER_IN_BEACON flag for P2P client, as we do for station.

This can prevent potential, hard-to-reproduce problems during
association.

Signed-off-by: default avatarLuciano Coelho <luciano.coelho@intel.com>
Reviewed-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent cad3f08c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -724,7 +724,6 @@ static int iwl_mvm_mac_ctxt_cmd_sta(struct iwl_mvm *mvm,
		/* Allow beacons to pass through as long as we are not
		 * associated, or we do not have dtim period information.
		 */
		if (!vif->p2p)
		cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_BEACON);

		/*