浏览代码

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 年之前
父节点
当前提交
e044f20d1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;