瀏覽代碼

Merge "qca-wifi: Add extended pointer in connection manager context"

Linux Build Service Account 4 年之前
父節點
當前提交
8b62e3bf48
共有 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__ */