Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291199
b: refs/heads/master
c: 2e7eb11
h: refs/heads/master
i:
  291197: 17009a8
  291195: 0c625d7
  291191: 0994aad
  291183: ae5c1ed
  291167: a14c714
  291135: 524815e
  291071: 3645cf7
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 6, 2012
1 parent c5e0dd3 commit 669eebe
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 15854ef94f54ae8fa8b95eb66a2cfa5dcff481e9
refs/heads/master: 2e7eb117586198386e5a06d0bc4279a9d7cbaeb6
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,8 +1371,6 @@ static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode)
{
struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode);

wait_for_completion(&nic(priv)->request_firmware_complete);

IWL_DEBUG_INFO(priv, "*** UNLOAD DRIVER ***\n");

iwl_dbgfs_unregister(priv);
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,8 @@ int iwl_drv_start(struct iwl_shared *shrd,

void iwl_drv_stop(struct iwl_shared *shrd)
{
wait_for_completion(&shrd->nic->request_firmware_complete);

/* op_mode can be NULL if its start failed */
if (shrd->nic->op_mode)
iwl_op_mode_stop(shrd->nic->op_mode);
Expand Down

0 comments on commit 669eebe

Please sign in to comment.