|
@@ -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;
|
|
@@ -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)
|