Skip to content

Commit

Permalink
iwlwifi: changes args to iwl_nic for firmware operations
Browse files Browse the repository at this point in the history
Remove the references to iwl_priv from the firmware request and
parsing routines.  They are generic to the nic.

Signed-off-by: Don Fry <donald.h.fry@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
Don Fry authored and Wey-Yi Guy committed Feb 17, 2012
1 parent 69655eb commit 06e03f8
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 79 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ int iwl_probe(struct iwl_bus *bus, const struct iwl_trans_ops *trans_ops,

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

err = iwl_request_firmware(priv, true);
err = iwl_request_firmware(nic(priv), true);
if (err)
goto out_destroy_workqueue;

Expand Down
Loading

0 comments on commit 06e03f8

Please sign in to comment.