ff6addf320d81c1ed892d9b206d4a723a0853791

Currently wma_open() takes a cds_ctx parameter. All of the other WMA functions which previously took a cds_ctx no longer use that parameter, and those functions have been modified to remove the unused parameter. wma_open() still needs the cds_ctx, but it can get that context by calling cds_get_global_context(), so remove the cds_ctx parameter to be consistent with the other WMA functions. Note: the fact that wma_open() needs the cds_ctx, and then dereferences it, is a layering violation that needs to be addressed in the future. Change-Id: I176e2ac68cc2e8081645a4ce3c158b41d3018587 CRs-Fixed: 2109263
This is CNSS WLAN Host Driver for products starting from iHelium
Описание
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%