Browse Source

qcacld-3.0: Fix to accept scn handle parameter for ol_txrx_soc_attach

Modified the ol_txrx_soc_attach function definition to accept scn
handle parameter which is useful for making function calls
necessary for multi-radio support.

Change-Id: I842d2f184923f019e086f5c6d9b758624a20c8ae
Venkata Sharath Chandra Manchala 8 years ago
parent
commit
f1ebe69a02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/dp/txrx/ol_txrx.c

+ 1 - 1
core/dp/txrx/ol_txrx.c

@@ -5300,7 +5300,7 @@ static struct cdp_ops ol_txrx_ops = {
 	.pmf_ops = &ol_ops_pmf
 };
 
-struct cdp_soc_t *ol_txrx_soc_attach(struct ol_if_ops *dp_ol_if_ops)
+struct cdp_soc_t *ol_txrx_soc_attach(void *scn_handle, struct ol_if_ops *dp_ol_if_ops)
 {
 	struct cdp_soc_t *soc = qdf_mem_malloc(sizeof(struct cdp_soc_t));
 	if (!soc) {