Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368981
b: refs/heads/master
c: 5358549
h: refs/heads/master
i:
  368979: 82b38f6
v: v3
  • Loading branch information
Johannes Berg committed Mar 20, 2013
1 parent 50b7e32 commit d8c7727
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 754d7d9eb4db044c2fcd96e442b5b18f503050bc
refs/heads/master: 5358549575aab8ed98c55100650510bdfb6ef5ef
7 changes: 6 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,12 @@ static int iwl_mvm_mac_ctxt_cmd_listener(struct iwl_mvm *mvm,
WARN_ON(vif->type != NL80211_IFTYPE_MONITOR);

iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
/* No other data to be filled */

cmd.filter_flags = cpu_to_le32(MAC_FILTER_IN_PROMISC |
MAC_FILTER_IN_CONTROL_AND_MGMT |
MAC_FILTER_IN_BEACON |
MAC_FILTER_IN_PROBE_REQUEST);

return iwl_mvm_mac_ctxt_send_cmd(mvm, &cmd);
}

Expand Down

0 comments on commit d8c7727

Please sign in to comment.