Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171657
b: refs/heads/master
c: c286181
h: refs/heads/master
i:
  171655: 89f53fc
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Nov 11, 2009
1 parent f60fbcf commit a851bec
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 6a6a5c7af130e703c23d23ebe3cde23e079e554e
refs/heads/master: c286181d5bfd8703219b954284143cfadff60b9b
6 changes: 5 additions & 1 deletion trunk/drivers/net/wireless/b43/pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,11 @@ static bool pio_rx_frame(struct b43_pio_rxqueue *q)
rx_error:
if (err_msg)
b43dbg(q->dev->wl, "PIO RX error: %s\n", err_msg);
b43_piorx_write16(q, B43_PIO_RXCTL, B43_PIO_RXCTL_DATARDY);
if (q->rev >= 8)
b43_piorx_write32(q, B43_PIO8_RXCTL, B43_PIO8_RXCTL_DATARDY);
else
b43_piorx_write16(q, B43_PIO_RXCTL, B43_PIO_RXCTL_DATARDY);

return 1;
}

Expand Down

0 comments on commit a851bec

Please sign in to comment.