aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-shared.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-shared.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-shared.h b/drivers/net/wireless/iwlwifi/iwl-shared.h
index cf34087aa2f..b515d657a0a 100644
--- a/drivers/net/wireless/iwlwifi/iwl-shared.h
+++ b/drivers/net/wireless/iwlwifi/iwl-shared.h
@@ -192,23 +192,6 @@ struct iwl_hw_params {
192 const struct iwl_sensitivity_ranges *sens; 192 const struct iwl_sensitivity_ranges *sens;
193}; 193};
194 194
195/**
196 * enum iwl_ucode_type
197 *
198 * The type of ucode currently loaded on the hardware.
199 *
200 * @IWL_UCODE_NONE: No ucode loaded
201 * @IWL_UCODE_REGULAR: Normal runtime ucode
202 * @IWL_UCODE_INIT: Initial ucode
203 * @IWL_UCODE_WOWLAN: Wake on Wireless enabled ucode
204 */
205enum iwl_ucode_type {
206 IWL_UCODE_NONE,
207 IWL_UCODE_REGULAR,
208 IWL_UCODE_INIT,
209 IWL_UCODE_WOWLAN,
210};
211
212/* 195/*
213 * LED mode 196 * LED mode
214 * IWL_LED_DEFAULT: use device default 197 * IWL_LED_DEFAULT: use device default
@@ -376,7 +359,6 @@ struct iwl_cfg {
376 * @nic: pointer to the nic data 359 * @nic: pointer to the nic data
377 * @hw_params: see struct iwl_hw_params 360 * @hw_params: see struct iwl_hw_params
378 * @lock: protect general shared data 361 * @lock: protect general shared data
379 * @wait_command_queue: the wait_queue for SYNC host commands
380 * @eeprom: pointer to the eeprom/OTP image 362 * @eeprom: pointer to the eeprom/OTP image
381 * @ucode_type: indicator of loaded ucode image 363 * @ucode_type: indicator of loaded ucode image
382 * @device_pointers: pointers to ucode event tables 364 * @device_pointers: pointers to ucode event tables
@@ -391,8 +373,6 @@ struct iwl_shared {
391 struct iwl_hw_params hw_params; 373 struct iwl_hw_params hw_params;
392 const struct iwl_fw *fw; 374 const struct iwl_fw *fw;
393 375
394 wait_queue_head_t wait_command_queue;
395
396 /* eeprom -- this is in the card's little endian byte order */ 376 /* eeprom -- this is in the card's little endian byte order */
397 u8 *eeprom; 377 u8 *eeprom;
398 378