Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203327
b: refs/heads/master
c: fa43750
h: refs/heads/master
i:
  203325: 6ea6644
  203323: 2e440ac
  203319: 0b08d64
  203311: 52a908c
  203295: c6ad54e
  203263: 3bdc877
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Jun 30, 2010
1 parent f8846dd commit 323f60d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad90319bc3bf604bccf55a3c952d9b68d12c5072
refs/heads/master: fa43750f00dc1699b24f5b441ab5fa79157a6b1f
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt61pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,12 @@ static irqreturn_t rt61pci_interrupt(int irq, void *dev_instance)
if (rt2x00_get_field32(reg_mcu, MCU_INT_SOURCE_CSR_TWAKEUP))
rt61pci_wakeup(rt2x00dev);

/*
* 5 - Beacon done interrupt.
*/
if (rt2x00_get_field32(reg, INT_SOURCE_CSR_BEACON_DONE))
rt2x00lib_beacondone(rt2x00dev);

return IRQ_HANDLED;
}

Expand Down

0 comments on commit 323f60d

Please sign in to comment.