qcacmn: Add preamble only PPDU support in monitor mode

There are some particular PPDUs which have preamble only:
     * NDP frames
     * TB_PPDU frames
Add support to the above frames.

Change-Id: I7022433d3765575eaf28d7baf3a11e8b6ce13890
CRs-Fixed: 2275161
This commit is contained in:
chenguo
2018-07-11 15:34:56 +08:00
committed by nshrivas
parent 8223158f81
commit 1b88046171
4 changed files with 75 additions and 2 deletions

View File

@@ -73,6 +73,8 @@
#define HAL_TLV_STATUS_PPDU_NOT_DONE 0
#define HAL_TLV_STATUS_PPDU_DONE 1
#define HAL_TLV_STATUS_BUF_DONE 2
#define HAL_TLV_STATUS_PPDU_NON_STD_DONE 3
#define HAL_MAX_UL_MU_USERS 8