android_kernel_xiaomi_sm8350/core/dp
Jeff Johnson f1ef13a9b4 qcacld-3.0: Properly export ol_tx.c APIs
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
2017-01-05 12:06:42 -08:00
..
htt qcacld-3.0: Fix -Wmissing-prototypes in HTT 2016-12-14 14:07:19 -08:00
ol/inc qcacld-3.0: Properly export ol_cfg.c APIs 2017-01-05 12:06:41 -08:00
txrx qcacld-3.0: Properly export ol_tx.c APIs 2017-01-05 12:06:42 -08:00