Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337751
b: refs/heads/master
c: ddedb78
h: refs/heads/master
i:
  337749: d3c91b5
  337747: e2397bf
  337743: 186dd45
v: v3
  • Loading branch information
Maxim Mikityanskiy authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 8dee78a commit 4c69019
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bf5bff4779efb6e5a64a9848f04b90abd225c10f
refs/heads/master: ddedb78aac0fe3fd59263a50c213ca07a4d16dec
3 changes: 2 additions & 1 deletion trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3787,7 +3787,7 @@ irqreturn_t rtl8180_interrupt(int irq, void *netdev, struct pt_regs *regs)
priv->stats.txbkperr++;
priv->ieee80211->stats.tx_errors++;
rtl8180_tx_isr(dev, BK_PRIORITY, 1);
rtl8180_try_wake_queue(dev, BE_PRIORITY);
rtl8180_try_wake_queue(dev, BK_PRIORITY);
}

if (inta & ISR_TBEDER) { /* corresponding to BE_PRIORITY */
Expand Down Expand Up @@ -3841,6 +3841,7 @@ irqreturn_t rtl8180_interrupt(int irq, void *netdev, struct pt_regs *regs)
priv->link_detect.NumTxOkInPeriod++; /* YJ,add,080828 */
priv->stats.txnpokint++;
rtl8180_tx_isr(dev, NORM_PRIORITY, 0);
rtl8180_try_wake_queue(dev, NORM_PRIORITY);
}

if (inta & ISR_TLPDOK) { /* Low priority tx ok */
Expand Down

0 comments on commit 4c69019

Please sign in to comment.