diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-03-26 11:51:09 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-18 10:20:06 -0400 |
commit | 9130bab137844d9ad3db6ab524de299cd2b9e39d (patch) | |
tree | 4a2b641fe5cb716540d049f11b35cd1d06d5e993 /drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | |
parent | b5abcf0219263f4e961dca71cbe26e06c5b0ee68 (diff) |
iwlwifi: kill shrd->drv, driver points to transport
The driver layer now holds a pointer to the transport,
and shrd->drv is not needed any more, so kill it.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h index 70bdd0e2df38..22e84f1de2dc 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | |||
@@ -215,6 +215,7 @@ struct iwl_tx_queue { | |||
215 | * struct iwl_trans_pcie - PCIe transport specific data | 215 | * struct iwl_trans_pcie - PCIe transport specific data |
216 | * @rxq: all the RX queue data | 216 | * @rxq: all the RX queue data |
217 | * @rx_replenish: work that will be called when buffers need to be allocated | 217 | * @rx_replenish: work that will be called when buffers need to be allocated |
218 | * @drv - pointer to iwl_drv | ||
218 | * @trans: pointer to the generic transport area | 219 | * @trans: pointer to the generic transport area |
219 | * @irq - the irq number for the device | 220 | * @irq - the irq number for the device |
220 | * @irq_requested: true when the irq has been requested | 221 | * @irq_requested: true when the irq has been requested |
@@ -235,6 +236,7 @@ struct iwl_trans_pcie { | |||
235 | struct iwl_rx_queue rxq; | 236 | struct iwl_rx_queue rxq; |
236 | struct work_struct rx_replenish; | 237 | struct work_struct rx_replenish; |
237 | struct iwl_trans *trans; | 238 | struct iwl_trans *trans; |
239 | struct iwl_drv *drv; | ||
238 | 240 | ||
239 | /* INT ICT Table */ | 241 | /* INT ICT Table */ |
240 | __le32 *ict_tbl; | 242 | __le32 *ict_tbl; |