diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c b/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c index 28549ba7f2fa..fed012f2b6c0 100644 --- a/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c +++ b/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c | |||
@@ -724,8 +724,7 @@ static int iwl_mvm_mac_ctxt_cmd_sta(struct iwl_mvm *mvm, | |||
724 | /* Allow beacons to pass through as long as we are not | 724 | /* Allow beacons to pass through as long as we are not |
725 | * associated, or we do not have dtim period information. | 725 | * associated, or we do not have dtim period information. |
726 | */ | 726 | */ |
727 | if (!vif->p2p) | 727 | cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_BEACON); |
728 | cmd.filter_flags |= cpu_to_le32(MAC_FILTER_IN_BEACON); | ||
729 | 728 | ||
730 | /* | 729 | /* |
731 | * The DTIM count counts down, so when it is N that means N | 730 | * The DTIM count counts down, so when it is N that means N |