/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * Contact Information: wlanfae <[email protected]> */ #ifndef _TSTYPE_H_ #define _TSTYPE_H_ #include "rtl819x_Qos.h" #define TS_ADDBA_DELAY … #define TOTAL_TS_NUM … enum tr_select { … }; struct ts_common_info { … }; struct tx_ts_record { … }; struct rx_ts_record { … }; #endif