Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368451
b: refs/heads/master
c: cc7ee2b
h: refs/heads/master
i:
  368449: 3376e8b
  368447: 331d595
v: v3
  • Loading branch information
Dor Shaish authored and Johannes Berg committed Mar 6, 2013
1 parent 0f04ef4 commit 4f8e852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80d8565557747854d6ff7fc0a756cc71a9fa2372
refs/heads/master: cc7ee2bab3d90b0a09651dcfa2d0c9ec1a115bc8
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ static void iwl_mvm_mac_ctxt_cmd_common(struct iwl_mvm *mvm,
if (vif->bss_conf.qos)
cmd->qos_flags |= cpu_to_le32(MAC_QOS_FLG_UPDATE_EDCA);

/* Don't use cts to self as the fw doesn't support it currently. */
if (vif->bss_conf.use_cts_prot)
cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT |
MAC_PROT_FLG_SELF_CTS_EN);
cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT);

/*
* I think that we should enable these 2 flags regardless the HT PROT
Expand Down

0 comments on commit 4f8e852

Please sign in to comment.