mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-17 10:33:06 +00:00
rtl8188eu: Flatten hap/
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
81aeb84017
commit
4de1397841
603 changed files with 71 additions and 220876 deletions
14
haltxbfinterface.h
Normal file
14
haltxbfinterface.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef __HAL_TXBF_INTERFACE_H__
|
||||
#define __HAL_TXBF_INTERFACE_H__
|
||||
|
||||
#define beamforming_get_ndpa_frame(p_dm_odm, _pdu_os)
|
||||
#define beamforming_get_report_frame(adapter, precv_frame) RT_STATUS_FAILURE
|
||||
#define send_fw_ht_ndpa_packet(p_dm_void, RA, BW)
|
||||
#define send_sw_ht_ndpa_packet(p_dm_void, RA, BW)
|
||||
#define send_fw_vht_ndpa_packet(p_dm_void, RA, AID, BW)
|
||||
#define send_sw_vht_ndpa_packet(p_dm_void, RA, AID, BW)
|
||||
#define send_sw_vht_gid_mgnt_frame(p_dm_void, RA, idx)
|
||||
#define send_sw_vht_bf_report_poll(p_dm_void, RA, is_final_poll)
|
||||
#define send_sw_vht_mu_ndpa_packet(p_dm_void, BW)
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue