02c37b463b6c4f0319f40efd8dbf89e18730e4f9

Currently ol_txrx.c generates warnings when compiled with the GCC -Wmissing-prototypes switch because it does not include a header file which exports a prototype for ol_txrx_soc_attach(). Currently the "dp soc attach" APIs are defined in a strange manner, and there is not a prototype which dp_main.c can include. So as a WAR define the prototype internal to ol_txrx.c itself. Of course the whole point of -Wmissing-prototypes is to prevent mismatches between callers of an interface and the implementation of an interface, and this WAR explicitly bypasses that protection. This WAR should be superceded in the future by a proper registration mechanism where the architecture-specific DP implementation attaches to the Converged Data Path (CDP). Change-Id: I5d090a6cd54be7808ffb9f542c135edcfe9d0b42 CRs-Fixed: 1110919
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%