Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71805
b: refs/heads/master
c: 4771afb
h: refs/heads/master
i:
  71803: 5c1de2d
v: v3
  • Loading branch information
Michael Wu authored and John W. Linville committed Oct 18, 2007
1 parent fcf890e commit 87d8f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 90ba931fa1d3410c87d93ef774624d12533f37c3
refs/heads/master: 4771afb56930d6b03a04fa231f06ae29c3a496de
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/rtl8187_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,6 @@ static void rtl8187_configure_filter(struct ieee80211_hw *dev,

*total_flags = 0;

if (changed_flags & FIF_PROMISC_IN_BSS)
priv->rx_conf ^= RTL818X_RX_CONF_NICMAC;
if (changed_flags & FIF_ALLMULTI)
priv->rx_conf ^= RTL818X_RX_CONF_MULTICAST;
if (changed_flags & FIF_FCSFAIL)
Expand All @@ -602,8 +600,6 @@ static void rtl8187_configure_filter(struct ieee80211_hw *dev,
if (mc_count > 0)
priv->rx_conf |= RTL818X_RX_CONF_MULTICAST;

if (priv->rx_conf & RTL818X_RX_CONF_NICMAC)
*total_flags |= FIF_PROMISC_IN_BSS;
if (priv->rx_conf & RTL818X_RX_CONF_MULTICAST)
*total_flags |= FIF_ALLMULTI;
if (priv->rx_conf & RTL818X_RX_CONF_FCS)
Expand Down

0 comments on commit 87d8f8c

Please sign in to comment.