Linux Kernel
3.7.1
|
#include <commands.h>
Data Fields | |
u8 | tx_gain |
u8 | dsp_atten |
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.
u8 dsp_atten |
Definition at line 225 of file commands.h.
u8 tx_gain |
Definition at line 224 of file commands.h.