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
Этот коммит содержится в:
chenguo
2018-07-11 15:34:56 +08:00
коммит произвёл nshrivas
родитель 8223158f81
Коммит 1b88046171
4 изменённых файлов: 75 добавлений и 2 удалений

Просмотреть файл

@@ -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