diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index e6cae3884879..f9210b78ffc1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1276,19 +1276,22 @@ struct iwl_priv { | |||
1276 | u32 sta_supp_rates; | 1276 | u32 sta_supp_rates; |
1277 | } _3945; | 1277 | } _3945; |
1278 | #endif | 1278 | #endif |
1279 | #if defined(CONFIG_IWLAGN) || defined(CONFIG_IWLAGN_MODULE) | ||
1280 | struct { | ||
1281 | /* INT ICT Table */ | ||
1282 | __le32 *ict_tbl; | ||
1283 | void *ict_tbl_vir; | ||
1284 | dma_addr_t ict_tbl_dma; | ||
1285 | dma_addr_t aligned_ict_tbl_dma; | ||
1286 | int ict_index; | ||
1287 | u32 inta; | ||
1288 | bool use_ict; | ||
1289 | } _agn; | ||
1290 | #endif | ||
1279 | }; | 1291 | }; |
1280 | 1292 | ||
1281 | struct iwl_hw_params hw_params; | 1293 | struct iwl_hw_params hw_params; |
1282 | 1294 | ||
1283 | /* INT ICT Table */ | ||
1284 | __le32 *ict_tbl; | ||
1285 | dma_addr_t ict_tbl_dma; | ||
1286 | dma_addr_t aligned_ict_tbl_dma; | ||
1287 | int ict_index; | ||
1288 | void *ict_tbl_vir; | ||
1289 | u32 inta; | ||
1290 | bool use_ict; | ||
1291 | |||
1292 | u32 inta_mask; | 1295 | u32 inta_mask; |
1293 | /* Current association information needed to configure the | 1296 | /* Current association information needed to configure the |
1294 | * hardware */ | 1297 | * hardware */ |