Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iwl_fw Struct Reference

#include <iwl-fw.h>

Data Fields

u32 ucode_ver
 
char fw_version [ETHTOOL_BUSINFO_LEN]
 
struct fw_img img [IWL_UCODE_TYPE_MAX]
 
struct iwl_ucode_capabilities ucode_capa
 
bool enhance_sensitivity_table
 
u32 init_evtlog_ptr
 
u32 init_evtlog_size
 
u32 init_errlog_ptr
 
u32 inst_evtlog_ptr
 
u32 inst_evtlog_size
 
u32 inst_errlog_ptr
 
u64 default_calib [IWL_UCODE_TYPE_MAX]
 
u32 phy_config
 
bool mvm_fw
 

Detailed Description

struct iwl_fw - variables associated with the firmware

: ucode version from the ucode file : firmware version string : ucode image like ucode_rt, ucode_init, ucode_wowlan. : capabilities parsed from the ucode file. : device can do enhanced sensitivity. : event log offset for init ucode. : event log size for init ucode. : error log offfset for init ucode. : event log offset for runtime ucode. : event log size for runtime ucode. : error log offfset for runtime ucode.

Definition at line 157 of file iwl-fw.h.

Field Documentation

u64 default_calib[IWL_UCODE_TYPE_MAX]

Definition at line 171 of file iwl-fw.h.

bool enhance_sensitivity_table

Definition at line 166 of file iwl-fw.h.

Definition at line 160 of file iwl-fw.h.

Definition at line 163 of file iwl-fw.h.

u32 init_errlog_ptr

Definition at line 168 of file iwl-fw.h.

u32 init_evtlog_ptr

Definition at line 168 of file iwl-fw.h.

u32 init_evtlog_size

Definition at line 168 of file iwl-fw.h.

u32 inst_errlog_ptr

Definition at line 169 of file iwl-fw.h.

u32 inst_evtlog_ptr

Definition at line 169 of file iwl-fw.h.

u32 inst_evtlog_size

Definition at line 169 of file iwl-fw.h.

bool mvm_fw

Definition at line 174 of file iwl-fw.h.

u32 phy_config

Definition at line 172 of file iwl-fw.h.

Definition at line 165 of file iwl-fw.h.

u32 ucode_ver

Definition at line 158 of file iwl-fw.h.


The documentation for this struct was generated from the following file: