Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213993
b: refs/heads/master
c: 2674f82
h: refs/heads/master
i:
  213991: 26866e4
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Aug 16, 2010
1 parent e6e65fd commit 0adb16c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 04600794958f1833f5571c6cde40f260ab557f55
refs/heads/master: 2674f82d3eef97df98fd5dbd4224ce1ce4800a3b
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/libertas/if_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,14 +800,16 @@ static int lbs_spi_thread(void *data)
goto err;
}

if (hiStatus & IF_SPI_HIST_CMD_UPLOAD_RDY)
if (hiStatus & IF_SPI_HIST_CMD_UPLOAD_RDY) {
err = if_spi_c2h_cmd(card);
if (err)
goto err;
if (hiStatus & IF_SPI_HIST_RX_UPLOAD_RDY)
}
if (hiStatus & IF_SPI_HIST_RX_UPLOAD_RDY) {
err = if_spi_c2h_data(card);
if (err)
goto err;
}

/* workaround: in PS mode, the card does not set the Command
* Download Ready bit, but it sets TX Download Ready. */
Expand Down

0 comments on commit 0adb16c

Please sign in to comment.