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
This commit is contained in:
@@ -1513,7 +1513,7 @@ struct cdp_rx_indication_ppdu {
|
||||
uint8_t rx_ratecode;
|
||||
uint8_t fcs_error_mpdus;
|
||||
uint16_t frame_ctrl;
|
||||
uint32_t rssi_chain[SS_COUNT][MAX_BW];
|
||||
int8_t rssi_chain[SS_COUNT][MAX_BW];
|
||||
struct cdp_stats_cookie *cookie;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user