浏览代码

qca-wifi: Add code to introduce new opaque pointer

Introduce new opaque pointer mlme_psoc_ext_t to store AP side
psoc structure.

Change-Id: If8d12796cbb3a05e58e9d8b5376034e5e5f9afeb
CRs-Fixed: 2533945
Akshay Kosigi 5 年之前
父节点
当前提交
26a6f53871
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      umac/mlme/inc/wlan_ext_mlme_obj_types.h

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

@@ -37,4 +37,10 @@ typedef struct ieee80211com mlme_pdev_ext_t;
 struct ieee80211vap;
 typedef struct ieee80211vap mlme_vdev_ext_t;
 
+/**
+ * typedef mlme_psoc_ext_t - Opaque definition of psoc mlme pointer
+ */
+struct soc_ext_ptr;
+typedef struct soc_ext_ptr mlme_psoc_ext_t;
+
 #endif /* __WLAN_EXT_MLME_OBJ_TYPE_H__ */