diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-12-07 07:46:24 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-12-16 10:23:44 -0500 |
commit | 23fd7b029fa58c265bfa757603fd2af27c7af3ad (patch) | |
tree | 8901f823801483fbfe64e50e7c07a8cb88ed8125 /drivers/net/wireless/iwlwifi/iwl-shared.h | |
parent | b5326db8bb058a32c22ed82a8e359a8fe6f0bf9b (diff) |
iwlwifi: add missing documentation for iwl_shared
A few descriptions were missing
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-shared.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-shared.h b/drivers/net/wireless/iwlwifi/iwl-shared.h index aa1ed6549474..8cf877e43521 100644 --- a/drivers/net/wireless/iwlwifi/iwl-shared.h +++ b/drivers/net/wireless/iwlwifi/iwl-shared.h | |||
@@ -347,16 +347,19 @@ struct iwl_cfg { | |||
347 | * @ucode_owner: IWL_OWNERSHIP_* | 347 | * @ucode_owner: IWL_OWNERSHIP_* |
348 | * @cmd_queue: command queue number | 348 | * @cmd_queue: command queue number |
349 | * @status: STATUS_* | 349 | * @status: STATUS_* |
350 | * @wowlan: are we running wowlan uCode | ||
350 | * @valid_contexts: microcode/device supports multiple contexts | 351 | * @valid_contexts: microcode/device supports multiple contexts |
351 | * @bus: pointer to the bus layer data | 352 | * @bus: pointer to the bus layer data |
352 | * @cfg: see struct iwl_cfg | 353 | * @cfg: see struct iwl_cfg |
353 | * @priv: pointer to the upper layer data | 354 | * @priv: pointer to the upper layer data |
355 | * @trans: pointer to the transport layer data | ||
354 | * @hw_params: see struct iwl_hw_params | 356 | * @hw_params: see struct iwl_hw_params |
355 | * @workqueue: the workqueue used by all the layers of the driver | 357 | * @workqueue: the workqueue used by all the layers of the driver |
356 | * @lock: protect general shared data | 358 | * @lock: protect general shared data |
357 | * @sta_lock: protects the station table. | 359 | * @sta_lock: protects the station table. |
358 | * If lock and sta_lock are needed, lock must be acquired first. | 360 | * If lock and sta_lock are needed, lock must be acquired first. |
359 | * @mutex: | 361 | * @mutex: |
362 | * @wait_command_queue: the wait_queue for SYNC host command nad uCode load | ||
360 | * @eeprom: pointer to the eeprom/OTP image | 363 | * @eeprom: pointer to the eeprom/OTP image |
361 | * @ucode_type: indicator of loaded ucode image | 364 | * @ucode_type: indicator of loaded ucode image |
362 | * @notif_waits: things waiting for notification | 365 | * @notif_waits: things waiting for notification |