summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/aic8800/aic8800_fdrv/rwnx_mesh.h
blob: bfa32be1b43aebb396013eaf37d7c81c0171b7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// SPDX-License-Identifier: GPL-2.0-or-later
/**
 ****************************************************************************************
 *
 * @file rwnx_mesh.h
 *
 * @brief VHT Beamformer function declarations
 *
 * Copyright (C) RivieraWaves 2016-2019
 *
 ****************************************************************************************
 */

#ifndef _RWNX_MESH_H_
#define _RWNX_MESH_H_

/**
 * INCLUDE FILES
 ****************************************************************************************
 */

#include "rwnx_defs.h"

/**
 * DEFINES
 ****************************************************************************************
 */

/**
 * TYPE DEFINITIONS
 ****************************************************************************************
 */

/**
 * FUNCTION DECLARATIONS
 ****************************************************************************************
 */

/**
 ****************************************************************************************
 * @brief TODO [LT]
 ****************************************************************************************
 */
struct rwnx_mesh_proxy *rwnx_get_mesh_proxy_info(struct rwnx_vif *p_rwnx_vif, u8 *p_sta_addr, bool local);

#endif /* _RWNX_MESH_H_ */