1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
9 #include "rtl819x_Qos.h"
10 #define TS_ADDBA_DELAY 60
12 #define TOTAL_TS_NUM 16
19 struct ts_common_info {
20 struct list_head List;
22 struct qos_tsinfo TSpec;
26 struct ts_common_info TsCommonInfo;
28 struct ba_record TxPendingBARecord;
29 struct ba_record TxAdmittedBARecord;
30 u8 bAddBaReqInProgress;
34 struct timer_list TsAddBaTimer;
39 struct ts_common_info ts_common_info;
41 u16 rx_timeout_indicate_seq;
42 struct list_head rx_pending_pkt_list;
43 struct timer_list rx_pkt_pending_timer;
44 struct ba_record rx_admitted_ba_record;