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

#include <commands.h>

Data Fields

u8 tx_gain
 
u8 dsp_atten
 

Detailed Description

struct il3945_tx_power

Used in C_TX_PWR_TBL, C_SCAN, C_CHANNEL_SWITCH

Each entry contains two values: 1) DSP gain (or sometimes called DSP attenuation). This is a fine-grained linear value that multiplies the output of the digital signal processor, before being sent to the analog radio. 2) Radio gain. This sets the analog gain of the radio Tx path. It is a coarser setting, and behaves in a logarithmic (dB) fashion.

Driver obtains values from struct il3945_tx_power power_gain_table[][].

Definition at line 223 of file commands.h.

Field Documentation

u8 dsp_atten

Definition at line 225 of file commands.h.

u8 tx_gain

Definition at line 224 of file commands.h.


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