Explorar el Código

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 hace 5 años
padre
commit
26a6f53871
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;
 struct ieee80211vap;
 typedef struct ieee80211vap mlme_vdev_ext_t;
 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__ */
 #endif /* __WLAN_EXT_MLME_OBJ_TYPE_H__ */