Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291265
b: refs/heads/master
c: ef0ef9c
h: refs/heads/master
i:
  291263: a01e6fe
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 7, 2012
1 parent 73833e7 commit 5b465a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: ecdb975c92c6ff63673f6380b87ab1e696dfae38
refs/heads/master: ef0ef9c8de7e7a069bc2c80a8687c4ab9fa9aff2
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,6 @@ static struct iwl_op_mode *iwl_op_mode_dvm_start(struct iwl_trans *trans,
op_mode->ops = &iwl_dvm_ops;
priv = IWL_OP_MODE_GET_DVM(op_mode);
priv->shrd = trans->shrd;
priv->shrd->priv = priv;
priv->fw = fw;
/* TODO: remove fw from shared data later */
priv->shrd->fw = fw;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ struct iwl_shared {
u8 valid_contexts;

const struct iwl_cfg *cfg;
struct iwl_priv *priv;
struct iwl_trans *trans;
void *drv;
struct iwl_hw_params hw_params;
Expand All @@ -400,7 +399,6 @@ struct iwl_shared {
};

/*Whatever _m is (iwl_trans, iwl_priv, these macros will work */
#define priv(_m) ((_m)->shrd->priv)
#define cfg(_m) ((_m)->shrd->cfg)
#define trans(_m) ((_m)->shrd->trans)
#define hw_params(_m) ((_m)->shrd->hw_params)
Expand Down

0 comments on commit 5b465a6

Please sign in to comment.