Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236337
b: refs/heads/master
c: 7703f04
h: refs/heads/master
i:
  236335: c5dbf63
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Mar 9, 2011
1 parent bc4393c commit 83e98a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 176e8dc1310ecf430294ac413cd29a6b4d99a6fe
refs/heads/master: 7703f04dafd8705b6fa234e784d1a23c4b641f3d
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4313,10 +4313,10 @@ static void TranslateRxSignalStuff819xpci(struct r8192_priv *priv,
}


static void rtl8192_tx_resume(struct net_device *dev)
static void rtl8192_tx_resume(struct r8192_priv *priv)
{
struct r8192_priv *priv = (struct r8192_priv *)ieee80211_priv(dev);
struct ieee80211_device *ieee = priv->ieee80211;
struct net_device *dev = priv->ieee80211->dev;
struct sk_buff *skb;
int queue_index;

Expand Down Expand Up @@ -4350,7 +4350,7 @@ static void rtl8192_irq_tx_tasklet(unsigned long arg)

spin_unlock_irqrestore(&priv->irq_th_lock, flags);

rtl8192_tx_resume(dev);
rtl8192_tx_resume(priv);
}

/* Record the received data rate */
Expand Down

0 comments on commit 83e98a0

Please sign in to comment.