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) |
||
---|---|---|
.. | ||
cds_api.h | ||
cds_concurrency.h | ||
cds_config.h | ||
cds_crypto.h | ||
cds_ieee80211_common.h | ||
cds_ieee80211_defines.h | ||
cds_if_upperproto.h | ||
cds_mc_timer.h | ||
cds_mq.h | ||
cds_pack_align.h | ||
cds_packet.h | ||
cds_queue.h | ||
cds_reg_service.h | ||
cds_regdomain.h | ||
cds_sched.h | ||
cds_utils.h |