Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200865
b: refs/heads/master
c: d1e89f3
h: refs/heads/master
i:
  200863: 177266c
v: v3
  • Loading branch information
Johannes Berg authored and Reinette Chatre committed Jun 25, 2010
1 parent 4ec6516 commit b07dedc
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: 6c3118e2305326743acb52250bcfd0d52389d9dc
refs/heads/master: d1e89f37de2845db364ef6d67586cd882f86b557
7 changes: 6 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@ void iwl_configure_filter(struct ieee80211_hw *hw,
changed_flags, *total_flags);

CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
CHK(FIF_ALLMULTI, RXON_FILTER_ACCEPT_GRP_MSK);
CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK);
CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);

Expand All @@ -1329,6 +1328,12 @@ void iwl_configure_filter(struct ieee80211_hw *hw,

mutex_unlock(&priv->mutex);

/*
* Receiving all multicast frames is always enabled by the
* default flags setup in iwl_connection_init_rx_config()
* since we currently do not support programming multicast
* filters into the device.
*/
*total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
}
Expand Down

0 comments on commit b07dedc

Please sign in to comment.