Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235859
b: refs/heads/master
c: 109ded2
h: refs/heads/master
i:
  235857: a32a4dd
  235855: c189bd0
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Feb 9, 2011
1 parent a7942c5 commit eabfa23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 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: 57be9583360bcbcc6e712dc881763b1f2e597f50
refs/heads/master: 109ded2b46c6cf07256837202fe6ee3c06815923
17 changes: 1 addition & 16 deletions trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4135,23 +4135,8 @@ static void rtl8192_restart(struct work_struct *work)
static void r8192_set_multicast(struct net_device *dev)
{
struct r8192_priv *priv = ieee80211_priv(dev);
short promisc;

//down(&priv->wx_sem);

/* FIXME FIXME */

promisc = (dev->flags & IFF_PROMISC) ? 1:0;

if (promisc != priv->promisc) {
;
// rtl8192_commit(dev);
}

priv->promisc = promisc;

//schedule_work(&priv->reset_wq);
//up(&priv->wx_sem);
priv->promisc = (dev->flags & IFF_PROMISC) ? 1 : 0;
}


Expand Down

0 comments on commit eabfa23

Please sign in to comment.