qcacmn: Add rssi_chain support for lithium

Read rssi_chain per nss per bw and from rx status TLVs
and update to host data structures.

CRs-Fixed: 2445933
Change-Id: I275e9e502a0a724410fc189ac293cadc8f2981e0
此提交包含在:
Amir Patel
2019-04-25 11:49:01 +05:30
提交者 nshrivas
父節點 dd382b0d49
當前提交 1d4ac98ffe
共有 5 個檔案被更改,包括 73 行新增2 行删除

查看文件

@@ -236,6 +236,7 @@
* @first_data_seq_ctrl: Sequence ctrl field of first data frame
* @rxpcu_filter_pass: Flag which indicates whether RX packets are received in
* BSS mode(not in promisc mode)
* @rssi_chain: Rssi chain per nss per bw
*/
struct mon_rx_status {
uint64_t tsft;
@@ -315,6 +316,7 @@ struct mon_rx_status {
uint16_t first_data_seq_ctrl;
uint8_t ltf_size;
uint8_t rxpcu_filter_pass;
int8_t rssi_chain[8][8];
};
/**