GNU Linux-libre 4.19.264-gnu1
[releases.git] / drivers / staging / rtlwifi / phydm / txbf / haltxbfinterface.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 __HAL_TXBF_INTERFACE_H__
15 #define __HAL_TXBF_INTERFACE_H__
16
17 #define beamforming_get_ndpa_frame(dm, _pdu_os)
18 #define beamforming_get_report_frame(adapter, precv_frame) RT_STATUS_FAILURE
19 #define send_fw_ht_ndpa_packet(dm_void, RA, BW)
20 #define send_sw_ht_ndpa_packet(dm_void, RA, BW)
21 #define send_fw_vht_ndpa_packet(dm_void, RA, AID, BW)
22 #define send_sw_vht_ndpa_packet(dm_void, RA, AID, BW)
23 #define send_sw_vht_gid_mgnt_frame(dm_void, RA, idx)
24 #define send_sw_vht_bf_report_poll(dm_void, RA, is_final_poll)
25 #define send_sw_vht_mu_ndpa_packet(dm_void, BW)
26
27 #endif