diff options
| author | Ilan Peer <[email protected]> | 2018-10-17 13:51:59 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2019-01-25 18:57:21 +0000 |
| commit | 8dd2cea8b65012003234b97c7f3dfaa61a3b4bd8 (patch) | |
| tree | e6ab6f5e885acaf870cc8f9f435f6267a7a8a4d5 | |
| parent | iwlwifi: mvm: Set Tx rate and flags when there is not station (diff) | |
| download | kernel-8dd2cea8b65012003234b97c7f3dfaa61a3b4bd8.tar.gz kernel-8dd2cea8b65012003234b97c7f3dfaa61a3b4bd8.zip | |
iwlwifi: mvm: Do not set RTS/CTS protection for P2P Device MAC
As this is not needed and might cause interoperability issues
during pairing with devices that would not reply to RTS frames.
Signed-off-by: Ilan Peer <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c index a79c79701cc4..11714eb8da5e 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c @@ -793,8 +793,6 @@ static int iwl_mvm_mac_ctxt_cmd_p2p_device(struct iwl_mvm *mvm, iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, NULL, action); - cmd.protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT); - /* Override the filter flags to accept only probe requests */ cmd.filter_flags = cpu_to_le32(MAC_FILTER_IN_PROBE_REQUEST); |
