We want to enable the compiler's -Wmissing-prototypes switch, but there is existing code in ol_tx.c which is generating warnings because not all public APIs have prototypes defined. Define the missing prototypes for: ol_tx_send_ipa_data_frame() ol_tx_non_std() ol_txrx_mgmt_tx_cb_set() ol_txrx_mgmt_send_ext() In addition make the following private since they are now only called internally to ol_tx.c: ol_tx_non_std_ll() ol_tx_non_std_hl() Change-Id: I29f334de30ab492f2ef6c422352d11c059e40f1b CRs-Fixed: 1104125 |
||
---|---|---|
.. | ||
htt | ||
ol/inc | ||
txrx |