Linux-libre 4.14.68-gnu
[librecmc/linux-libre.git] / drivers / staging / rtlwifi / phydm / txbf / haltxbfinterface.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 __HAL_TXBF_INTERFACE_H__
26 #define __HAL_TXBF_INTERFACE_H__
27
28 #define beamforming_get_ndpa_frame(dm, _pdu_os)
29 #define beamforming_get_report_frame(adapter, precv_frame) RT_STATUS_FAILURE
30 #define send_fw_ht_ndpa_packet(dm_void, RA, BW)
31 #define send_sw_ht_ndpa_packet(dm_void, RA, BW)
32 #define send_fw_vht_ndpa_packet(dm_void, RA, AID, BW)
33 #define send_sw_vht_ndpa_packet(dm_void, RA, AID, BW)
34 #define send_sw_vht_gid_mgnt_frame(dm_void, RA, idx)
35 #define send_sw_vht_bf_report_poll(dm_void, RA, is_final_poll)
36 #define send_sw_vht_mu_ndpa_packet(dm_void, BW)
37
38 #endif