Browse Source

qcacld-3.0: Replace tpAniSirGlobal in struct sSirSmeReadyReq

To align with the Linux coding style replace tpAniSirGlobal with
struct mac_context * in struct sSirSmeReadyReq.

Change-Id: I29b0ce1559f6907428f7004a44250ed6b25fa67a
CRs-Fixed: 2360290
Jeff Johnson 6 years ago
parent
commit
e044f20d1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mac/inc/sir_api.h

+ 1 - 1
core/mac/inc/sir_api.h

@@ -417,7 +417,7 @@ typedef struct sSirSmeReadyReq {
 	void *csr_roam_synch_cb;
 	void *pe_roam_synch_cb;
 	void *stop_roaming_cb;
-	QDF_STATUS (*sme_msg_cb)(tpAniSirGlobal mac,
+	QDF_STATUS (*sme_msg_cb)(struct mac_context *mac,
 				 struct scheduler_msg *msg);
 } tSirSmeReadyReq, *tpSirSmeReadyReq;