Linux Kernel
3.7.1
|
#include <commands.h>
Data Fields | |
struct { | |
u8 radio_tx_gain [2] | |
u8 dsp_predis_atten [2] | |
} | s |
u32 | dw |
union il4965_tx_power_dual_stream
Host format used for C_TX_PWR_TBL, C_CHANNEL_SWITCH Use __le32 version (struct tx_power_dual_stream) when building command.
Driver provides radio gain and DSP attenuation settings to device in pairs, one value for each transmitter chain. The first value is for transmitter A, second for transmitter B.
For SISO bit rates, both values in a pair should be identical. For MIMO rates, one value may be different from the other, in order to balance the Tx output between the two transmitters.
See more details in doc for TXPOWER in 4965.h.
Definition at line 347 of file commands.h.
u8 dsp_predis_atten[2] |
Definition at line 350 of file commands.h.
u32 dw |
Definition at line 352 of file commands.h.
u8 radio_tx_gain[2] |
Definition at line 349 of file commands.h.
struct { ... } s |