GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / staging / rtlwifi / phydm / phydm_beamforming.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2016  Realtek Corporation.
5  *
6  * Contact Information:
7  * wlanfae <wlanfae@realtek.com>
8  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
9  * Hsinchu 300, Taiwan.
10  *
11  * Larry Finger <Larry.Finger@lwfinger.net>
12  *
13  *****************************************************************************/
14 #ifndef __INC_PHYDM_BEAMFORMING_H
15 #define __INC_PHYDM_BEAMFORMING_H
16
17 /*Beamforming Related*/
18 #include "txbf/halcomtxbf.h"
19 #include "txbf/haltxbfjaguar.h"
20 #include "txbf/haltxbf8822b.h"
21 #include "txbf/haltxbfinterface.h"
22
23 #define beamforming_gid_paid(adapter, tcb)
24 #define phydm_acting_determine(dm, type) false
25 #define beamforming_enter(dm, sta_idx)
26 #define beamforming_leave(dm, RA)
27 #define beamforming_end_fw(dm)
28 #define beamforming_control_v1(dm, RA, AID, mode, BW, rate) true
29 #define beamforming_control_v2(dm, idx, mode, BW, period) true
30 #define phydm_beamforming_end_sw(dm, _status)
31 #define beamforming_timer_callback(dm)
32 #define phydm_beamforming_init(dm)
33 #define phydm_beamforming_control_v2(dm, _idx, _mode, _BW, _period) false
34 #define beamforming_watchdog(dm)
35 #define phydm_beamforming_watchdog(dm)
36
37 #endif