GNU Linux-libre 4.14.254-gnu1
[releases.git] / drivers / staging / rtlwifi / phydm / phydm_beamforming.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2016  Realtek Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  *
14  * The full GNU General Public License is included in this distribution in the
15  * file called LICENSE.
16  *
17  * Contact Information:
18  * wlanfae <wlanfae@realtek.com>
19  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20  * Hsinchu 300, Taiwan.
21  *
22  * Larry Finger <Larry.Finger@lwfinger.net>
23  *
24  *****************************************************************************/
25 #ifndef __INC_PHYDM_BEAMFORMING_H
26 #define __INC_PHYDM_BEAMFORMING_H
27
28 /*Beamforming Related*/
29 #include "txbf/halcomtxbf.h"
30 #include "txbf/haltxbfjaguar.h"
31 #include "txbf/haltxbf8822b.h"
32 #include "txbf/haltxbfinterface.h"
33
34 #define beamforming_gid_paid(adapter, tcb)
35 #define phydm_acting_determine(dm, type) false
36 #define beamforming_enter(dm, sta_idx)
37 #define beamforming_leave(dm, RA)
38 #define beamforming_end_fw(dm)
39 #define beamforming_control_v1(dm, RA, AID, mode, BW, rate) true
40 #define beamforming_control_v2(dm, idx, mode, BW, period) true
41 #define phydm_beamforming_end_sw(dm, _status)
42 #define beamforming_timer_callback(dm)
43 #define phydm_beamforming_init(dm)
44 #define phydm_beamforming_control_v2(dm, _idx, _mode, _BW, _period) false
45 #define beamforming_watchdog(dm)
46 #define phydm_beamforming_watchdog(dm)
47
48 #endif