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

Data Fields

struct list_head list
 
struct iwl_fw fw
 
struct iwl_op_modeop_mode
 
struct iwl_transtrans
 
struct devicedev
 
struct iwl_cfgcfg
 
int fw_index
 
char firmware_name [25]
 
struct completion request_firmware_complete
 

Detailed Description

struct iwl_drv - drv common data : list of drv structures using this opmode : the iwl_fw structure : the running op_mode : transport layer : for debug prints only : configuration struct : firmware revision to try loading : composite filename of ucode file to load : the firmware has been obtained from user space

Definition at line 121 of file iwl-drv.c.

Field Documentation

Definition at line 128 of file iwl-drv.c.

struct device* dev

Definition at line 127 of file iwl-drv.c.

char firmware_name[25]

Definition at line 131 of file iwl-drv.c.

Definition at line 123 of file iwl-drv.c.

int fw_index

Definition at line 130 of file iwl-drv.c.

Definition at line 122 of file iwl-drv.c.

struct iwl_op_mode* op_mode

Definition at line 125 of file iwl-drv.c.

struct completion request_firmware_complete

Definition at line 133 of file iwl-drv.c.

struct iwl_trans* trans

Definition at line 126 of file iwl-drv.c.


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