qcacmn: Add Agile channel width to SAMP message

Add a new member to SAMP structure describing the channel width of
Agile Spectral scan.

Change-Id: Ib27fe9ed63bf8f89c59762150fb58943e6bcf7ea
CRs-Fixed: 2582670
此提交包含在:
Edayilliam Jayadev
2019-12-09 19:28:20 +05:30
提交者 Anjaneedevi Kapparapu
父節點 42992cd389
當前提交 b3a66311cc
共有 4 個檔案被更改,包括 6 行新增0 行删除

查看文件

@@ -932,6 +932,7 @@ struct target_if_spectral {
param_info[SPECTRAL_SCAN_MODE_MAX];
#endif
uint32_t ch_width;
uint32_t agile_ch_width;
struct spectral_diag_stats diag_stats;
bool is_160_format;
bool is_lb_edge_extrabins_format;