浏览代码

qca-wifi: Add extended pointer in connection manager context

Add extended pointer in connection manager context

Change-Id: I3bb1a49f970da1e34c06d861f911666cc64537c6
Himanshu Batra 4 年之前
父节点
当前提交
11e5773573
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      umac/mlme/inc/wlan_ext_mlme_obj_types.h

+ 6 - 1
umac/mlme/inc/wlan_ext_mlme_obj_types.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2019,2021 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -43,4 +43,9 @@ typedef struct ieee80211vap mlme_vdev_ext_t;
 struct soc_ext_ptr;
 typedef struct soc_ext_ptr mlme_psoc_ext_t;
 
+/**
+ * typedef cm_ext_t - Opaque Definition of connection manager ext pointer
+ */
+struct cm_ext_obj;
+typedef struct cm_ext_obj cm_ext_t;
 #endif /* __WLAN_EXT_MLME_OBJ_TYPE_H__ */