qcacmn: Add more fields to SAMP message

Add new fields such as agc_total_gain, sscan_gainchange
to the Spectral SAMP message.

CRs-Fixed: 2291499
Change-Id: Ia6a9fd742c2ee98fd9d7102f0d8c66dcd22a1614
This commit is contained in:
Edayilliam Jayadev
2018-06-22 16:14:56 +05:30
committed by nshrivas
parent 6ca6f83556
commit 8e3eb14984
4 changed files with 50 additions and 10 deletions

View File

@@ -440,6 +440,10 @@ struct spectral_samp_data {
int16_t noise_floor;
int16_t noise_floor_sec80;
uint32_t ch_width;
uint8_t spectral_agc_total_gain;
uint8_t spectral_agc_total_gain_sec80;
uint8_t spectral_gainchange;
uint8_t spectral_gainchange_sec80;
} __ATTRIB_PACKED;
/**