46956a5aff76d59076675c52a24301b8f368c870

Proapagation from qcacld-2.0 to qcacld-3.0. Currently pktstats are stored in static allocated memory. This pkt stats can be accessed using 1) procEntry function 2) hal_proxy_daemon If user access it using procEntry then read pointer is moved ahead in static memory array because of which incomplete data goes when queried using hal_proxy_daemon. Fix this by maintaining the pktstats in link list. When the request comes from hal_proxy_daemon, complete data is sent to it from this link list Change-Id: I09bbd03fe378b296e110ce52cc8cbeb8cf8d723d CRs-Fixed: 958544 (cherry picked from commit c0d86fc4197383d0eb386e091cee5142a35b555a)
This is CNSS WLAN Host Driver for products starting from iHelium
Descrizione
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%