qcacmn: Add support for local packet capture start

Add support for local packet capture start and relevant changes.

Change-Id: I709e41e0be09cf73e93694efc59bfefbf51fe359
CRs-Fixed: 3415788
This commit is contained in:
Srinivas Girigowda
2023-03-06 20:04:39 -08:00
committed by Madan Koyyalamudi
parent 980d883f07
commit 5d8e550bb7
25 changed files with 874 additions and 108 deletions

View File

@@ -683,7 +683,7 @@ struct hal_rx_ppdu_common_info {
*/
struct hal_rx_msdu_payload_info {
uint8_t *first_msdu_payload;
uint8_t payload_len;
uint16_t payload_len;
};
/**