Merge tag 'JH7110_515_SDK_v4.0.0-rc1' into vf2-515-devel
[platform/kernel/linux-starfive.git] / drivers / net / wireless / eswin / fullmac / ecrnx_mesh.h
1 /**
2  ****************************************************************************************
3  *
4  * @file ecrnx_mesh.h
5  *
6  * @brief VHT Beamformer function declarations
7  *
8  * Copyright (C) ESWIN 2015-2020
9  *
10  ****************************************************************************************
11  */
12
13 #ifndef _ECRNX_MESH_H_
14 #define _ECRNX_MESH_H_
15
16 /**
17  * INCLUDE FILES
18  ****************************************************************************************
19  */
20
21 #include "ecrnx_defs.h"
22
23 /**
24  * DEFINES
25  ****************************************************************************************
26  */
27
28 /**
29  * TYPE DEFINITIONS
30  ****************************************************************************************
31  */
32
33 /**
34  * FUNCTION DECLARATIONS
35  ****************************************************************************************
36  */
37
38 /**
39  ****************************************************************************************
40  * @brief TODO [LT]
41  ****************************************************************************************
42  */
43 struct ecrnx_mesh_proxy *ecrnx_get_mesh_proxy_info(struct ecrnx_vif *p_ecrnx_vif, u8 *p_sta_addr, bool local);
44
45 #endif /* _ECRNX_MESH_H_ */