Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291196
b: refs/heads/master
c: 7db5b98
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 6, 2012
1 parent 0c625d7 commit 1510759
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: ab0bd5b32a9c7ea2e7cc69d56c82a96be340c269
refs/heads/master: 7db5b989a0e28a40ce61ef0b26da1af18289d711
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 @@ -1385,8 +1385,6 @@ static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode)
/*This will stop the queues, move the device to low power state */
iwl_trans_stop_device(trans(priv));

iwl_dealloc_ucode(nic(priv));

iwl_eeprom_free(priv->shrd);

/*netif_stop_queue(dev); */
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 @@ -99,5 +99,7 @@ void iwl_drv_stop(struct iwl_shared *shrd)
if (shrd->nic->op_mode)
iwl_op_mode_stop(shrd->nic->op_mode);

iwl_dealloc_ucode(shrd->nic);

kfree(shrd->nic);
}

0 comments on commit 1510759

Please sign in to comment.