Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360812
b: refs/heads/master
c: 4660269
h: refs/heads/master
v: v3
  • Loading branch information
Bing Zhao authored and John W. Linville committed Feb 27, 2013
1 parent ae54d2e commit a7e6907
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: 6ef9e2f6d12ce9e2120916804d2ddd46b954a70b
refs/heads/master: 466026989f112e0546ca39ab00a759af82dbe83a
6 changes: 5 additions & 1 deletion trunk/drivers/net/wireless/libertas/if_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,11 @@ static void if_sdio_finish_power_on(struct if_sdio_card *card)

sdio_release_host(func);

/* Set fw_ready before queuing any commands so that
* lbs_thread won't block from sending them to firmware.
*/
priv->fw_ready = 1;

/*
* FUNC_INIT is required for SD8688 WLAN/BT multiple functions
*/
Expand All @@ -839,7 +844,6 @@ static void if_sdio_finish_power_on(struct if_sdio_card *card)
netdev_alert(priv->dev, "CMD_FUNC_INIT cmd failed\n");
}

priv->fw_ready = 1;
wake_up(&card->pwron_waitq);

if (!card->started) {
Expand Down

0 comments on commit a7e6907

Please sign in to comment.