a245fd3dc4a1a4d3b0015b2df329322952b1d028

Driver maintains a global list of messages (qdf trace) which different modules posts to each other. If required, this list can be processed with the help of post processing cmm script. Currently some of the message types are defined as macros and these macros can not be used directly in the post processing cmm script. Enums are much more easy to process with the help of the cmm script. To address above issue below fixes are done with this change: 1. Assign enum name to pe message types, lim message types, sme message type. 2. Change MLM message type from macros to enum type. 3. Change WMA message type from macros to enum type. Change-Id: Ibd91a5371457a542cd141f680dda44a48b6f7d98 CRs-Fixed: 2719698
This is CNSS WLAN Host Driver for products starting from iHelium
Apraksts
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%