6f9aa5691bae3fbce0d92a0ea9b1fe8e3f4c9d08

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 the following functions: ol_txrx_set_curchan() ol_txrx_get_vdev_struct_mac_addr() ol_txrx_get_pdev_from_vdev() ol_txrx_print_level_set() ol_txrx_fw_stats_cfg() ol_txrx_aggr_cfg() What is interesting about these functions is that they currently are unused. An "issue report" has been opened for each of these functions so that the proper disposition can be determined by the Data Path team. As a WAR so that the -Wmissing-prototypes switch can be enabled until such time as the issues are correctly resolved, enclose each function in conditional compilation which will exclude the functions from the build. Change-Id: I6220c5ff2c6c3cd40ad33d13bc5c504c75c52018 CRs-Fixed: 1113082
This is CNSS WLAN Host Driver for products starting from iHelium
Açıklama
Dil
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%