aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h2
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 93f49acac31..d13b8d1f08f 100644
--- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h
+++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h
@@ -231,6 +231,7 @@ struct iwl_tx_queue {
231 * @rxq: all the RX queue data 231 * @rxq: all the RX queue data
232 * @rx_replenish: work that will be called when buffers need to be allocated 232 * @rx_replenish: work that will be called when buffers need to be allocated
233 * @trans: pointer to the generic transport area 233 * @trans: pointer to the generic transport area
234 * @irq - the irq number for the device
234 * @irq_requested: true when the irq has been requested 235 * @irq_requested: true when the irq has been requested
235 * @scd_base_addr: scheduler sram base address in SRAM 236 * @scd_base_addr: scheduler sram base address in SRAM
236 * @scd_bc_tbls: pointer to the byte count table of the scheduler 237 * @scd_bc_tbls: pointer to the byte count table of the scheduler
@@ -262,6 +263,7 @@ struct iwl_trans_pcie {
262 struct tasklet_struct irq_tasklet; 263 struct tasklet_struct irq_tasklet;
263 struct isr_statistics isr_stats; 264 struct isr_statistics isr_stats;
264 265
266 unsigned int irq;
265 spinlock_t irq_lock; 267 spinlock_t irq_lock;
266 u32 inta_mask; 268 u32 inta_mask;
267 u32 scd_base_addr; 269 u32 scd_base_addr;