qcacmn: Add host data path functions for TDLS

Add and enable host data path functions for Napier
TDLS.

Change-Id: I228c2dcf4e8d797d173007a3306d112aca5ba52f
CRs-Fixed: 2114813
This commit is contained in:
Kabilan Kannan
2017-09-07 20:06:17 -07:00
committed by snandini
parent 54771c7c6d
commit 60e3b3062d
8 changed files with 153 additions and 8 deletions

View File

@@ -295,7 +295,7 @@ typedef void
(*ol_txrx_mgmt_tx_cb)(void *ctxt, qdf_nbuf_t tx_mgmt_frm, int had_error);
/**
* ol_rxrx_data_tx_cb - Function registered with the data path
* ol_txrx_data_tx_cb - Function registered with the data path
* that is called when tx frames marked as "no free" are
* done being transmitted
*/