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
此提交包含在:
@@ -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];
|
||||
};
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者