414f7ea28f0434acbbffc87049c6e9ddd2b50e0f

Recently change "qcacld-3.0: ipa exception packet forwarding crash fix" introduced new code including function hdd_ipa_forward(). This function is only accessed from within wlan_hdd_ipa.c so it should have been made static, however it wasn't. And in addition a public protototype was not defined. This causes a build failure when the -Wmissing-prototypes switch is used. To fix this issue make hdd_ipa_forward() static. Change-Id: I8432ab734a0305f3d515a17ef324c7f8f60c0ba0 CRs-Fixed: 1080027
This is CNSS WLAN Host Driver for products starting from iHelium
儲存庫描述
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%