Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290744
b: refs/heads/master
c: 6459f98
h: refs/heads/master
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Wey-Yi Guy committed Feb 27, 2012
1 parent 23be331 commit 95d5fe4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 07590f080d5f29e33158b22f7ad6079b85d87609
refs/heads/master: 6459f9871a1218f7a2e6385d1ae6c91e91f9d251
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ int iwl_op_mode_dvm_start(struct iwl_bus *bus,
return err;
}

void __devexit iwl_remove(struct iwl_priv * priv)
void iwl_op_mode_dvm_stop(struct iwl_priv *priv)
{
wait_for_completion(&nic(priv)->request_firmware_complete);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int iwl_drv_start(struct iwl_shared *shrd,

void iwl_drv_stop(struct iwl_shared *shrd)
{
iwl_remove(shrd->priv);
iwl_op_mode_dvm_stop(shrd->priv);

kfree(shrd->nic);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ enum iwl_rxon_context_id {
int iwl_op_mode_dvm_start(struct iwl_bus *bus,
const struct iwl_trans_ops *trans_ops,
struct iwl_cfg *cfg);
void __devexit iwl_remove(struct iwl_priv * priv);
void iwl_op_mode_dvm_stop(struct iwl_priv *priv);
struct iwl_device_cmd;
int __must_check iwl_rx_dispatch(struct iwl_priv *priv,
struct iwl_rx_mem_buffer *rxb,
Expand Down

0 comments on commit 95d5fe4

Please sign in to comment.