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

#include <iwl-modparams.h>

Data Fields

int sw_crypto
 
unsigned int disable_11n
 
int amsdu_size_8K
 
int restart_fw
 
bool plcp_check
 
int wd_disable
 
bool bt_coex_active
 
int led_mode
 
bool power_save
 
int power_level
 
u32 debug_level
 
int ant_coupling
 
bool bt_ch_announce
 
bool auto_agg
 
bool disable_5ghz
 

Detailed Description

struct iwl_mod_params

Holds the module parameters

: using hardware encryption, default = 0 : disable 11n capabilities, default = 0, use IWL_DISABLE_HT_* constants : enable 8K amsdu size, default = 1 : restart firmware, default = 1 : enable plcp health check, default = true : enable stuck queue check, default = 0 : enable bt coex, default = true : system default, default = 0 : disable power save, default = false : power level, default = 1 : levels are IWL_DL_* : antenna coupling in dB, default = 0 : BT channel inhibition, default = enable : enable agg. without check, default = true : disable 5GHz capability, default = false

Definition at line 108 of file iwl-modparams.h.

Field Documentation

int amsdu_size_8K

Definition at line 111 of file iwl-modparams.h.

int ant_coupling

Definition at line 120 of file iwl-modparams.h.

bool auto_agg

Definition at line 122 of file iwl-modparams.h.

bool bt_ch_announce

Definition at line 121 of file iwl-modparams.h.

bool bt_coex_active

Definition at line 115 of file iwl-modparams.h.

u32 debug_level

Definition at line 119 of file iwl-modparams.h.

unsigned int disable_11n

Definition at line 110 of file iwl-modparams.h.

bool disable_5ghz

Definition at line 123 of file iwl-modparams.h.

Definition at line 116 of file iwl-modparams.h.

bool plcp_check

Definition at line 113 of file iwl-modparams.h.

int power_level

Definition at line 118 of file iwl-modparams.h.

bool power_save

Definition at line 117 of file iwl-modparams.h.

int restart_fw

Definition at line 112 of file iwl-modparams.h.

int sw_crypto

Definition at line 109 of file iwl-modparams.h.

int wd_disable

Definition at line 114 of file iwl-modparams.h.


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