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
这个提交包含在:
Edayilliam Jayadev
2018-06-22 16:14:56 +05:30
提交者 nshrivas
父节点 6ca6f83556
当前提交 8e3eb14984
修改 4 个文件,包含 50 行新增10 行删除

查看文件

@@ -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;
/**