qcacmn: Add debug statistics for monitor mode

qcacmn: Add debug statistics for monitor mode

Change-Id: I3fe59af1c7f561bd22f502eb5b19265ecd49ee69
CRs-Fixed: 2677656
This commit is contained in:
Amir
2020-05-03 17:52:43 +05:30
committed by nshrivas
parent 787adae107
commit d2e553e973
4 changed files with 17 additions and 0 deletions

View File

@@ -179,6 +179,8 @@
* @status_buf: for a PPDU, status buffers can span acrosss
* multiple buffers, status_buf points to first
* status buffer address of PPDU
* @drop_ppdu: flag to indicate current destination
* ring ppdu drop
*/
struct hal_rx_mon_desc_info {
uint16_t ppdu_id;
@@ -189,6 +191,7 @@ struct hal_rx_mon_desc_info {
uint8_t end_of_ppdu;
struct hal_buf_info link_desc;
struct hal_buf_info status_buf;
bool drop_ppdu;
};
/*